Skip to content

Commit aeeb516

Browse files
mairawrichlander
andauthored
Update AzureFeed value (#44052)
* Update AzureFeed value * Add link to blog post --------- Co-authored-by: Rich Lander <[email protected]>
1 parent 0274427 commit aeeb516

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/core/tools/dotnet-install-script.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: dotnet-install scripts
33
description: Learn about the dotnet-install scripts to install the .NET SDK and the shared runtime.
4-
ms.date: 08/01/2023
4+
ms.date: 12/26/2024
55
---
66
# dotnet-install scripts reference
77

8+
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.
9+
810
## Name
911

1012
`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
99101

100102
- **`-AzureFeed|--azure-feed`**
101103

102-
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`.
104+
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`.
103105

104106
- **`-Channel|--channel <CHANNEL>`**
105107

0 commit comments

Comments
 (0)