Skip to content

Commit f31cf10

Browse files
authored
Update dotnet-install-script.md (#44166)
1 parent 2c67f58 commit f31cf10

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

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

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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: 12/26/2024
4+
ms.date: 01/15/2024
55
---
66
# dotnet-install scripts reference
77

@@ -20,7 +20,7 @@ Windows:
2020
dotnet-install.ps1 [-Architecture <ARCHITECTURE>] [-AzureFeed]
2121
[-Channel <CHANNEL>] [-DryRun] [-FeedCredential]
2222
[-InstallDir <DIRECTORY>] [-JSonFile <JSONFILE>]
23-
[-NoCdn] [-NoPath] [-ProxyAddress] [-ProxyBypassList <LIST_OF_URLS>]
23+
[-NoPath] [-ProxyAddress] [-ProxyBypassList <LIST_OF_URLS>]
2424
[-ProxyUseDefaultCredentials] [-Quality <QUALITY>] [-Runtime <RUNTIME>]
2525
[-SkipNonVersionedFiles] [-UncachedFeed] [-KeepZip] [-ZipPath <PATH>] [-Verbose]
2626
[-Version <VERSION>]
@@ -34,7 +34,7 @@ Linux/macOS:
3434
dotnet-install.sh [--architecture <ARCHITECTURE>] [--azure-feed]
3535
[--channel <CHANNEL>] [--dry-run] [--feed-credential]
3636
[--install-dir <DIRECTORY>] [--jsonfile <JSONFILE>]
37-
[--no-cdn] [--no-path] [--quality <QUALITY>]
37+
[--no-path] [--quality <QUALITY>]
3838
[--runtime <RUNTIME>] [--runtime-id <RID>]
3939
[--skip-non-versioned-files] [--uncached-feed] [--keep-zip] [--zip-path <PATH>] [--verbose]
4040
[--version <VERSION>]
@@ -102,7 +102,7 @@ The install scripts do not update the registry on Windows. They just download th
102102

103103
- **`-AzureFeed|--azure-feed`**
104104

105-
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`.
105+
For internal use only. Allows using a different storage to download SDK archives from. The default is `https://builds.dotnet.microsoft.com/dotnet`.
106106

107107
- **`-Channel|--channel <CHANNEL>`**
108108

@@ -137,10 +137,6 @@ The install scripts do not update the registry on Windows. They just download th
137137

138138
Specifies a path to a [global.json](global-json.md) file that will be used to determine the SDK version. The *global.json* file must have a value for `sdk:version`.
139139

140-
- **`-NoCdn|--no-cdn`**
141-
142-
Disables downloading from the [Azure Content Delivery Network (CDN)](/azure/cdn/cdn-overview) and uses the uncached feed directly.
143-
144140
- **`-NoPath|--no-path`**
145141

146142
If set, the installation folder isn't exported to the path for the current session. By default, the script modifies the PATH, which makes the .NET CLI available immediately after install.
@@ -205,7 +201,7 @@ The install scripts do not update the registry on Windows. They just download th
205201

206202
- **`-UncachedFeed|--uncached-feed`**
207203

208-
For internal use only. Allows using a different storage to download SDK archives from. This parameter is only used if --no-cdn is true.
204+
For internal use only. Allows using a different storage to download SDK archives from. This parameter overwrites `-AzureFeed|--azure-feed`.
209205

210206
- **`-KeepZip|--keep-zip`**
211207

0 commit comments

Comments
 (0)