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

Commit 37fc292

Browse files
author
N. Taylor Mullen
committed
Update K_BUILD_VERSION/kre/KRE/.k => DNX_BUILD_VERSION/dnx/DNX/.dnx.
1 parent 63c033f commit 37fc292

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
@@ -1,4 +1,4 @@
1-
@echo off
1+
@echo off
22
cd %~dp0
33

44
SETLOCAL
@@ -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_KRE_INSTALL%"=="1" goto run
22+
IF "%SKIP_DNX_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)