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

Commit 89b958b

Browse files
committed
Updating build scripts
1 parent f0d564c commit 89b958b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +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-
CALL packages\KoreBuild\build\kvm install -svr50 -x86
22-
CALL packages\KoreBuild\build\kvm install -svrc50 -x86
21+
CALL packages\KoreBuild\build\kvm upgrade -svr50 -x86
22+
CALL packages\KoreBuild\build\kvm install default -svrc50 -x86
2323

2424
:run
2525
CALL packages\KoreBuild\build\kvm use default -svr50 -x86

0 commit comments

Comments
 (0)