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 2910e6b commit 526ae4fCopy full SHA for 526ae4f
BuildAll.ps1
@@ -68,7 +68,7 @@ if(-not (test-path ".nuget\nuget.exe"))
68
$configurationForMrtAndAnyCPU = "Release"
69
$MRTSourcesDirectory = "dev\MRTCore"
70
71
-$VCToolsInstallDir = . "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -Latest -requires Microsoft.Component.MSBuild -property InstallationPath
+$VCToolsInstallDir = . "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -Latest -prerelease -requires Microsoft.Component.MSBuild -property InstallationPath
72
write-host "VCToolsInstallDir: $VCToolsInstallDir"
73
74
$msBuildPath = "$VCToolsInstallDir\MSBuild\Current\Bin\msbuild.exe"
0 commit comments