Skip to content

Commit 82fc78f

Browse files
authored
Update tools.ps1
1 parent cd246c4 commit 82fc78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
260260
if (!(Test-Path $installScript)) {
261261
Create-Directory $dotnetRoot
262262
$ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
263-
$uri = "https://builds.dotnet.microsoft.com/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.ps1"
263+
$uri = "https://raw.githubusercontent.com/dotnet/install-scripts/main/src/dotnet-install.ps1"
264264

265265
Retry({
266266
Write-Host "GET $uri"

0 commit comments

Comments
 (0)