File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
273273 if ($shouldDownload ) {
274274 Create- Directory $dotnetRoot
275275 $ProgressPreference = ' SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
276- $uri = " https://builds.dotnet.microsoft. com/dotnet/scripts/$dotnetInstallScriptVersion /dotnet-install.ps1"
276+ $uri = " https://raw.githubusercontent. com/dotnet/install- scripts/main/src /dotnet-install.ps1"
277277
278278 Retry({
279279 Write-Host " GET $uri "
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ function with_retries {
299299function GetDotNetInstallScript {
300300 local root=$1
301301 local install_script=" $root /dotnet-install.sh"
302- local install_script_url=" https://builds.dotnet.microsoft. com/dotnet/scripts/$dotnetInstallScriptVersion /dotnet-install.sh"
302+ local install_script_url=" https://raw.githubusercontent. com/dotnet/install- scripts/main/src /dotnet-install.sh"
303303 local timestamp_file=" $root /.dotnet-install.timestamp"
304304 local should_download=false
305305
You can’t perform that action at this time.
0 commit comments