Actually install the shared runtime specified in the file

This commit is contained in:
Pranav K 2017-08-21 10:36:18 -07:00
Родитель 1beded956a
Коммит 73dbd65820
2 изменённых файлов: 2 добавлений и 4 удалений

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

@ -53,8 +53,7 @@ else
{
# Install the version of dotnet-cli used to compile
& "$koreBuildFolder\dotnet\dotnet-install.ps1" -Channel $dotnetChannel -Version $dotnetVersion -Architecture x64
InstallSharedRuntime '1.1.0' 'release/1.1.0'
InstallSharedRuntime '1.1.1' 'release/1.1.0'
InstallSharedRuntime $sharedRuntimeVersion 'release/1.1.0'
InstallSharedRuntime '1.0.4' 'preview'
Write-Host ''

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

@ -66,8 +66,7 @@ else
# Install the version of dotnet-cli used to compile
$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 '1.1.1' 'release/1.1.0'
install_shared_runtime $sharedRuntimeVersion 'release/1.1.0'
install_shared_runtime '1.0.4' 'preview'
# Add .NET installation directory to the path if it isn't yet included.