зеркало из https://github.com/dotnet/aspnetcore.git
Test install-script.sh
Testing updated install-script before publishing
This commit is contained in:
Родитель
c43053635a
Коммит
27f9d4bd7a
|
@ -295,7 +295,7 @@ function with_retries {
|
|||
function GetDotNetInstallScript {
|
||||
local root=$1
|
||||
local install_script="$root/dotnet-install.sh"
|
||||
local install_script_url="https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.sh"
|
||||
local install_script_url="https://raw.githubusercontent.com/dotnet/install-scripts/96cd3e8953acbc5ba6966a9222b878b8cef0f51c/src/dotnet-install.sh"
|
||||
|
||||
if [[ ! -a "$install_script" ]]; then
|
||||
mkdir -p "$root"
|
||||
|
|
Загрузка…
Ссылка в новой задаче