зеркало из https://github.com/aspnet/KoreBuild.git
Install the 1.1.1 and 1.0.4 builds of shared runtime
This commit is contained in:
Родитель
939f3893e2
Коммит
b8ace87740
|
@ -54,9 +54,8 @@ 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'
|
||||
|
||||
$sharedRuntimeChannel='master'
|
||||
InstallSharedRuntime $sharedRuntimeVersion $sharedRuntimeChannel
|
||||
InstallSharedRuntime '1.1.1' 'release/1.1.0'
|
||||
InstallSharedRuntime '1.0.4' 'preview'
|
||||
|
||||
Write-Host ''
|
||||
Write-Host -ForegroundColor Cyan 'To run tests in Visual Studio, you may need to run this installer:'
|
||||
|
|
|
@ -67,12 +67,8 @@ 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 $sharedRuntimeVersion 'master'
|
||||
if [ ! -z "$KOREBUILD_DOTNET_SHARED_RUNTIME_VERSION" ]; then
|
||||
channel="$KOREBUILD_DOTNET_SHARED_RUNTIME_CHANNEL"
|
||||
[ -z "$channel" ] && channel="master"
|
||||
install_shared_runtime $KOREBUILD_DOTNET_SHARED_RUNTIME_VERSION $channel
|
||||
fi
|
||||
install_shared_runtime '1.1.1' 'release/1.1.0'
|
||||
install_shared_runtime '1.0.4' 'preview'
|
||||
|
||||
# Add .NET installation directory to the path if it isn't yet included.
|
||||
[[ ":$PATH:" != *":$DOTNET_INSTALL_DIR:"* ]] && export PATH="$DOTNET_INSTALL_DIR:$PATH"
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.2.0-beta-001299-00
|
||||
1.1.1
|
Загрузка…
Ссылка в новой задаче