From f5ca2298442961d5eb44943e20e7dcc75aacc5e3 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 26 Dec 2024 16:58:36 -0800 Subject: [PATCH] Update dotnet-install.ps1 --- src/dotnet-install.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dotnet-install.ps1 b/src/dotnet-install.ps1 index 70c8128f8..04d0b0dd5 100644 --- a/src/dotnet-install.ps1 +++ b/src/dotnet-install.ps1 @@ -72,7 +72,7 @@ .PARAMETER Verbose Displays diagnostics information. .PARAMETER AzureFeed - Default: https://dotnetcli.azureedge.net/dotnet + Default: https://builds.dotnet.microsoft.com/dotnet For internal use only. Allows using a different storage to download SDK archives from. This parameter is only used if $NoCdn is false. @@ -1398,4 +1398,4 @@ Measure-Action "Setting up shell environment" { Prepend-Sdk-InstallRoot-To-Path Say "Note that the script does not ensure your Windows version is supported during the installation." Say "To check the list of supported versions, go to https://learn.microsoft.com/dotnet/core/install/windows#supported-versions" Say "Installed version is $($DownloadedLink.effectiveVersion)" -Say "Installation finished" \ No newline at end of file +Say "Installation finished"