We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799882a commit 52a9f57Copy full SHA for 52a9f57
ProjectHeads/GenerateSingleSampleHeads.ps1
@@ -29,7 +29,7 @@ Param (
29
[switch]$UseDiagnostics = $false
30
)
31
32
-if ($Env:Path.Contains("MSBuild") -eq $false) {
+if ($Env:Path.ToLower().Contains("msbuild") -eq $false) {
33
Write-Host
34
Write-Host -ForegroundColor Red "Please run from a command window that has MSBuild.exe on the PATH"
35
0 commit comments