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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
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/20/2024
5
5
---
6
6
# dotnet-install scripts reference
7
7
@@ -99,7 +99,7 @@ The install scripts do not update the registry on Windows. They just download th
99
99
100
100
-**`-AzureFeed|--azure-feed`**
101
101
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`.
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://builds.dotnet.microsoft.com/dotnet`.
0 commit comments