Created
March 4, 2015 19:24
-
-
Save vladimir-kotikov/9530255c63ffe0768e36 to your computer and use it in GitHub Desktop.
Detect MSBuild.exe location using system functions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MSBuild.exe location. Acquired using system functions | |
[String]$msBuild = [System.Runtime.InteropServices.RuntimeEnvironment]::GetRuntimeDirectory() + "MSBuild.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment