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
@@ -102,7 +102,7 @@ The install scripts do not update the registry on Windows. They just download th
102
102
103
103
-**`-AzureFeed|--azure-feed`**
104
104
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`.
106
106
107
107
-**`-Channel|--channel <CHANNEL>`**
108
108
@@ -137,10 +137,6 @@ The install scripts do not update the registry on Windows. They just download th
137
137
138
138
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`.
139
139
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
-
144
140
-**`-NoPath|--no-path`**
145
141
146
142
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
205
201
206
202
-**`-UncachedFeed|--uncached-feed`**
207
203
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`.
0 commit comments