Install RC3 and preview4 CLI while we transition repos

This should only take a few days....hopefully.
This commit is contained in:
Nate McMaster 2017-01-19 17:23:59 -08:00
Родитель 02bd945d32
Коммит d896eb9a50
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -52,6 +52,8 @@ 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,6 +65,8 @@ 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'