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

Commit ba4f44c

Browse files
committed
Updated build.cmd
1 parent 90dad40 commit ba4f44c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ IF EXIST packages\KoreBuild goto run
2020
.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion
2121

2222
IF "%SKIP_KRE_INSTALL%"=="1" goto run
23-
CALL packages\KoreBuild\build\kvm upgrade -svr50 -x86
24-
CALL packages\KoreBuild\build\kvm install default -svrc50 -x86
23+
CALL packages\KoreBuild\build\kvm upgrade -runtime CLR -x86
24+
CALL packages\KoreBuild\build\kvm install default -runtime CoreCLR -x86
2525

2626
:run
27-
CALL packages\KoreBuild\build\kvm use default -svr50 -x86
27+
CALL packages\KoreBuild\build\kvm use default -runtime CLR -x86
2828
packages\Sake\tools\Sake.exe -I packages\KoreBuild\build -f makefile.shade %*

0 commit comments

Comments
 (0)