Rename SKIP_KRE_INSTALL to SKIP_DOTNET_INSTALL

This commit is contained in:
Wei Wang 2015-01-20 18:26:48 -08:00
parent e9f088b2e9
commit 392e972acb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ IF EXIST packages\KoreBuild goto run
.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion
IF "%SKIP_KRE_INSTALL%"=="1" goto run
IF "%SKIP_DOTNET_INSTALL%"=="1" goto run
CALL packages\KoreBuild\build\dotnetsdk upgrade -x64
CALL packages\KoreBuild\build\dotnetsdk install default -runtime CoreCLR -x64
CALL packages\KoreBuild\build\dotnetsdk install default -x86