You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/tools/dotnet-install-script.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
---
2
2
title: dotnet-install scripts
3
3
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
5
5
---
6
6
# dotnet-install scripts reference
7
7
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
+
8
10
## Name
9
11
10
12
`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
99
101
100
102
-**`-AzureFeed|--azure-feed`**
101
103
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`.
0 commit comments