Skip to content

Instantly share code, notes, and snippets.

@erichexter
Created January 10, 2013 22:58
Show Gist options
  • Save erichexter/4506535 to your computer and use it in GitHub Desktop.
Save erichexter/4506535 to your computer and use it in GitHub Desktop.
#install-package Microsoft.Web.Xdt -Prerelease
var doc = new XmlTransformableDocument();
doc.Load(@"..\..\..\www\web.config");
var t = new XmlTransformation(@"..\..\..\www\web.ci.config");
if (t.Apply(doc))
{
doc.Save("foobar.xml");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment