Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save raystyle/ef9dfdd6668d3615645a4c6c27fd2563 to your computer and use it in GitHub Desktop.
Save raystyle/ef9dfdd6668d3615645a4c6c27fd2563 to your computer and use it in GitHub Desktop.
In-memory PowerShell XSLT project build:
[Reflection.Assembly]::LoadWithPartialName('Microsoft.Build');
$proj = [System.Xml.XmlReader]::create("https://gist.githubusercontent.com/caseysmithrc/8e58d11bc99e496a19424fbe5a99175f/raw/38256d70b414f6678005366efc86009c562948c6/xslt2.proj")
$e=new-object Microsoft.Build.Evaluation.Project($proj);
$e.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment