Skip to content

Commit 749cb87

Browse files
authored
Merge pull request #41 from microsoft/update_build
Update Win10 SDK to 18362
2 parents e6bed5f + c959e7f commit 749cb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/BuildProjFS-Managed.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SET vswhere=%PROJFS_PACKAGESDIR%\vswhere.%vswherever%\tools\vswhere.exe
2424

2525
:: Use vswhere to find the latest VS installation (including prerelease installations) with the msbuild component.
2626
:: 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 (
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.18362 Microsoft.VisualStudio.Component.VC.CLI.Support -property installationPath`) do (
2828
set VsInstallDir=%%i
2929
)
3030

0 commit comments

Comments
 (0)