Remove native compiltion to increase speed of build
This commit is contained in:
parent
7f452bce7d
commit
cf5dcc724f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&{$Branch='dev';$w
|
||||||
|
|
||||||
:have_dnvm
|
:have_dnvm
|
||||||
echo Installing and use-ing the latest CoreCLR x64 DNX ...
|
echo Installing and use-ing the latest CoreCLR x64 DNX ...
|
||||||
call dnvm install -u latest -r coreclr -arch x64 -alias dotnet_bootstrap
|
call dnvm install -nonative -u latest -r coreclr -arch x64 -alias dotnet_bootstrap
|
||||||
if errorlevel 1 goto fail
|
if errorlevel 1 goto fail
|
||||||
|
|
||||||
call dnvm use dotnet_bootstrap -r coreclr -arch x64
|
call dnvm use dotnet_bootstrap -r coreclr -arch x64
|
||||||
|
|
Loading…
Reference in a new issue