Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 352063a

Browse files
committed
Adding switch to build.cmd to skip KRE install
1 parent 44eddb1 commit 352063a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ copy %CACHED_NUGET% .nuget\nuget.exe > nul
1818
IF EXIST packages\KoreBuild goto run
1919
.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
2020
.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion
21+
22+
IF "%SKIP_KRE_INSTALL%"=="1" goto run
2123
CALL packages\KoreBuild\build\kvm upgrade -svr50 -x86
2224
CALL packages\KoreBuild\build\kvm install default -svrc50 -x86
2325

0 commit comments

Comments
 (0)