From d0616267cc8afdb3ba337810c4d094b97326cf25 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 20 Dec 2024 17:10:56 -0800 Subject: [PATCH 1/2] Update AzureFeed value --- docs/core/tools/dotnet-install-script.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/tools/dotnet-install-script.md b/docs/core/tools/dotnet-install-script.md index cf7e861f56dea..9ce4ecdab4bcd 100644 --- a/docs/core/tools/dotnet-install-script.md +++ b/docs/core/tools/dotnet-install-script.md @@ -1,7 +1,7 @@ --- 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/20/2024 --- # dotnet-install scripts reference @@ -99,7 +99,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 `** From 1cd5bdf848cfe230de68fee6820704e0d1683565 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Thu, 26 Dec 2024 19:29:39 -0800 Subject: [PATCH 2/2] Add link to blog post --- docs/core/tools/dotnet-install-script.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet-install-script.md b/docs/core/tools/dotnet-install-script.md index 9ce4ecdab4bcd..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: 12/20/2024 +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.