Remove installation of CLI preview4

This commit is contained in:
Nate McMaster 2017-01-20 14:16:59 -08:00
Родитель f55ca3b073
Коммит 1ffc511a07
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -52,8 +52,6 @@ if ($env:KOREBUILD_SKIP_RUNTIME_INSTALL -eq "1")
else
{
# Install the version of dotnet-cli used to compile
# TODO temporarily install preview4 while we move to RC3
& "$koreBuildFolder\dotnet\dotnet-install.ps1" -Channel $dotnetChannel -Version 1.0.0-preview4-004233 -Architecture x64
& "$koreBuildFolder\dotnet\dotnet-install.ps1" -Channel $dotnetChannel -Version $dotnetVersion -Architecture x64
InstallSharedRuntime '1.1.0' 'release/1.1.0'

Просмотреть файл

@ -65,8 +65,6 @@ else
chmod +x $koreBuildFolder/dotnet/dotnet-install.sh
# Install the version of dotnet-cli used to compile
# TODO temporarily install preview4 while we move to RC3
$koreBuildFolder/dotnet/dotnet-install.sh --channel $KOREBUILD_DOTNET_CHANNEL --version 1.0.0-preview4-004233
$koreBuildFolder/dotnet/dotnet-install.sh --channel $KOREBUILD_DOTNET_CHANNEL --version $KOREBUILD_DOTNET_VERSION
install_shared_runtime '1.1.0' 'release/1.1.0'
install_shared_runtime $sharedRuntimeVersion 'master'