Rename SKIP_KRE_INSTALL to SKIP_DOTNET_INSTALL

This commit is contained in:
Wei Wang 2015-01-20 18:30:04 -08:00
parent 0e9091f0eb
commit edb520cb94
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 -runtime CLR -x86
CALL packages\KoreBuild\build\dotnetsdk install default -runtime CoreCLR -x86