Skip to content

Commit

Permalink
Revert "Revert "Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL""
Browse files Browse the repository at this point in the history
This reverts commit 49ed43f.
  • Loading branch information
pranavkm committed Jan 30, 2015
1 parent 337c4fc commit c25e799
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_DOTNET_INSTALL%"=="1" goto run
IF "%SKIP_KRE_INSTALL%"=="1" goto run
CALL packages\KoreBuild\build\kvm upgrade -runtime CLR -x86
CALL packages\KoreBuild\build\kvm install default -runtime CoreCLR -x86

Expand Down

0 comments on commit c25e799

Please sign in to comment.