зеркало из https://github.com/microsoft/Vipr.git
Merge pull request #130 from Microsoft/shiftylogic/working3
Updating to only use latest MSBuild.
This commit is contained in:
Коммит
f69c3b7f36
|
@ -2,9 +2,7 @@
|
|||
setlocal
|
||||
|
||||
:: Check prerequisites
|
||||
set _msbuildexe="%ProgramFiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe"
|
||||
if not exist %_msbuildexe% set _msbuildexe="%ProgramFiles%\MSBuild\12.0\Bin\MSBuild.exe"
|
||||
if not exist %_msbuildexe% set _msbuildexe="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
|
||||
set _msbuildexe="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
|
||||
if not exist %_msbuildexe% set _msbuildexe="%ProgramFiles%\MSBuild\14.0\Bin\MSBuild.exe"
|
||||
if not exist %_msbuildexe% echo Error: Could not find MSBuild.exe. Please see https://github.com/Microsoft/vipr/wiki/Developer%%20Guide for build instructions. && exit /b 2
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче