Skip to content

Commit 59a9922

Browse files
authored
Update dotnet-install.ps1 (#557)
1 parent 6cbf2c9 commit 59a9922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dotnet-install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
.PARAMETER Verbose
7373
Displays diagnostics information.
7474
.PARAMETER AzureFeed
75-
Default: https://dotnetcli.azureedge.net/dotnet
75+
Default: https://builds.dotnet.microsoft.com/dotnet
7676
For internal use only.
7777
Allows using a different storage to download SDK archives from.
7878
This parameter is only used if $NoCdn is false.
@@ -1398,4 +1398,4 @@ Measure-Action "Setting up shell environment" { Prepend-Sdk-InstallRoot-To-Path
13981398
Say "Note that the script does not ensure your Windows version is supported during the installation."
13991399
Say "To check the list of supported versions, go to https://learn.microsoft.com/dotnet/core/install/windows#supported-versions"
14001400
Say "Installed version is $($DownloadedLink.effectiveVersion)"
1401-
Say "Installation finished"
1401+
Say "Installation finished"

0 commit comments

Comments
 (0)