We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6bed5f + c959e7f commit 749cb87Copy full SHA for 749cb87
1 file changed
scripts/BuildProjFS-Managed.bat
@@ -24,7 +24,7 @@ SET vswhere=%PROJFS_PACKAGESDIR%\vswhere.%vswherever%\tools\vswhere.exe
24
25
:: Use vswhere to find the latest VS installation (including prerelease installations) with the msbuild component.
26
:: See https://github.com/Microsoft/vswhere/wiki/Find-MSBuild
27
-for /f "usebackq tokens=*" %%i in (`%vswhere% -all -prerelease -latest -version "[15.0,17.0)" -products * -requires Microsoft.Component.MSBuild Microsoft.VisualStudio.Workload.ManagedDesktop Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Workload.NetCoreTools Microsoft.VisualStudio.Component.Windows10SDK.17763 Microsoft.VisualStudio.Component.VC.CLI.Support -property installationPath`) do (
+for /f "usebackq tokens=*" %%i in (`%vswhere% -all -prerelease -latest -version "[15.0,17.0)" -products * -requires Microsoft.Component.MSBuild Microsoft.VisualStudio.Workload.ManagedDesktop Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Workload.NetCoreTools Microsoft.VisualStudio.Component.Windows10SDK.18362 Microsoft.VisualStudio.Component.VC.CLI.Support -property installationPath`) do (
28
set VsInstallDir=%%i
29
)
30
0 commit comments