summaryrefslogtreecommitdiff
path: root/src/scripts/buildtools/restorebuildtools.bat
blob: a07e81759f1ef745966ad328fff3f9b66e26031e (plain)
1
2
3
4
5
6
7
8
9
10
11
REM =========================================================================================
REM ===
REM === Restore build tools required for native build
REM ===
REM =========================================================================================
echo Restore coreclr build tools nuget package
setlocal
:: Set the environment for the managed build
call "%__VSToolsRoot%\VsDevCmd.bat" 
%_msbuildexe% "%~dp0restorebuildtools.proj" /p:OutputPath="%__IntermediatesDir%" /nodeReuse:false
endlocal