We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e49f4 commit 8b50592Copy full SHA for 8b50592
build.cmd
@@ -30,7 +30,7 @@ IF "%SKIP_DNX_INSTALL%"=="1" goto run
30
IF %BUILDCMD_DNX_VERSION%=="" (
31
CALL packages\KoreBuild\build\dnvm upgrade -runtime CLR -arch x86
32
) ELSE (
33
- CALL packages\KoreBuild\build\dnvm install %BUILDCMD_DNX_VERSION% -runtime CLR -arch x86 -a default
+ CALL packages\KoreBuild\build\dnvm install %BUILDCMD_DNX_VERSION% -runtime CLR -arch x86 -alias default
34
)
35
CALL packages\KoreBuild\build\dnvm install default -runtime CoreCLR -arch x86
36
0 commit comments