Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save leoloobeek/b60211f96ac6aa8aad54922d5dc53600 to your computer and use it in GitHub Desktop.
Save leoloobeek/b60211f96ac6aa8aad54922d5dc53600 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