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

Commit 56d1df9

Browse files
author
N. Taylor Mullen
committed
Update 'build.cmd' alias parameter to use full name.
1 parent d840f88 commit 56d1df9

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
@@ -30,7 +30,7 @@ IF "%SKIP_DNX_INSTALL%"=="1" goto run
3030
IF %BUILDCMD_DNX_VERSION%=="" (
3131
CALL packages\KoreBuild\build\dnvm upgrade -runtime CLR -arch x86
3232
) ELSE (
33-
CALL packages\KoreBuild\build\dnvm install %BUILDCMD_DNX_VERSION% -runtime CLR -arch x86 -a default
33+
CALL packages\KoreBuild\build\dnvm install %BUILDCMD_DNX_VERSION% -runtime CLR -arch x86 -alias default
3434
)
3535
CALL packages\KoreBuild\build\dnvm install default -runtime CoreCLR -arch x86
3636

0 commit comments

Comments
 (0)