Skip to content

Commit

Permalink
Updating build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
loudej committed May 2, 2014
1 parent c7af295 commit 18840bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ copy %CACHED_NUGET% .nuget\nuget.exe > nul
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
CALL packages\KoreBuild\build\kvm install -svr50 -x86
CALL packages\KoreBuild\build\kvm install -svrc50 -x86
CALL packages\KoreBuild\build\kvm upgrade -svr50 -x86
CALL packages\KoreBuild\build\kvm install default -svrc50 -x86

:run
CALL packages\KoreBuild\build\kvm use default -svr50 -x86
Expand Down

0 comments on commit 18840bf

Please sign in to comment.