Skip to content

Commit

Permalink
Rename SKIP_KRE_INSTALL to SKIP_DOTNET_INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengTian committed Jan 21, 2015
1 parent 56c87db commit fdd0261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fdd0261

Please sign in to comment.