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

Commit 6cb9c10

Browse files
committed
Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL
1 parent c539e43 commit 6cb9c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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
2121

22-
IF "%SKIP_DOTNET_INSTALL%"=="1" goto run
22+
IF "%SKIP_KRE_INSTALL%"=="1" goto run
2323
CALL packages\KoreBuild\build\kvm upgrade -runtime CLR -x86
2424
CALL packages\KoreBuild\build\kvm install default -runtime CoreCLR -x86
2525

0 commit comments

Comments
 (0)