MSBuild 16

This commit is contained in:
J.D. Purcell 2019-10-20 17:44:50 -04:00
parent bb2c21b545
commit 2f4a38d841
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if "%1"=="" (
git --version > NUL
@if errorlevel 1 goto MISSINGGIT
for /f "usebackq tokens=*" %%A in (`vswhere -version "[15.0,16.0)" -requires Microsoft.Component.MSBuild -find MSBuild\**\Bin\MSBuild.exe`) do SET MSBUILDPATH=%%A
for /f "usebackq tokens=*" %%A in (`vswhere -version "[16.0,17.0)" -requires Microsoft.Component.MSBuild -find MSBuild\**\Bin\MSBuild.exe`) do SET MSBUILDPATH=%%A
IF "%MSBUILDPATH%"=="" GOTO MISSINGMSBUILD