We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8acb6d commit 6b2336dCopy full SHA for 6b2336d
eng/common/tools.sh
@@ -295,7 +295,7 @@ function with_retries {
295
function GetDotNetInstallScript {
296
local root=$1
297
local install_script="$root/dotnet-install.sh"
298
- 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/main/src/dotnet-install.sh"
299
300
if [[ ! -a "$install_script" ]]; then
301
mkdir -p "$root"
0 commit comments