diff --git a/docs/core/tools/dotnet-install-script.md b/docs/core/tools/dotnet-install-script.md index cf7e861f56dea..e5b36cf12196a 100644 --- a/docs/core/tools/dotnet-install-script.md +++ b/docs/core/tools/dotnet-install-script.md @@ -1,10 +1,12 @@ --- title: dotnet-install scripts description: Learn about the dotnet-install scripts to install the .NET SDK and the shared runtime. -ms.date: 08/01/2023 +ms.date: 12/26/2024 --- # dotnet-install scripts reference +Note: The behavior of the install script has changed. It downloads .NET from new network locations. Please see [Critical: .NET Install links are changing](https://devblogs.microsoft.com/dotnet/critical-dotnet-install-links-are-changing/) for more information. + ## Name `dotnet-install.ps1` | `dotnet-install.sh` - Script used to install the .NET SDK and the shared runtime. @@ -99,7 +101,7 @@ The install scripts do not update the registry on Windows. They just download th - **`-AzureFeed|--azure-feed`** - For internal use only. Allows using a different storage to download SDK archives from. This parameter is only used if --no-cdn is false. The default is `https://dotnetcli.azureedge.net/dotnet`. + For internal use only. Allows using a different storage to download SDK archives from. This parameter is only used if --no-cdn is false. The default is `https://builds.dotnet.microsoft.com/dotnet`. - **`-Channel|--channel `**