Skip to content

Commit

Permalink
Update AzureFeed value (#44052)
Browse files Browse the repository at this point in the history
* Update AzureFeed value

* Add link to blog post

---------

Co-authored-by: Rich Lander <[email protected]>
  • Loading branch information
mairaw and richlander authored Dec 27, 2024
1 parent 0274427 commit aeeb516
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/core/tools/dotnet-install-script.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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 <CHANNEL>`**

Expand Down

0 comments on commit aeeb516

Please sign in to comment.