diff --git a/docs/core/tools/dotnet-install-script.md b/docs/core/tools/dotnet-install-script.md index 03488c9e51392..c273169317a0d 100644 --- a/docs/core/tools/dotnet-install-script.md +++ b/docs/core/tools/dotnet-install-script.md @@ -1,7 +1,7 @@ --- title: dotnet-install scripts description: Learn about the dotnet-install scripts to install the .NET SDK and the shared runtime. -ms.date: 12/26/2024 +ms.date: 01/15/2024 --- # dotnet-install scripts reference @@ -20,7 +20,7 @@ Windows: dotnet-install.ps1 [-Architecture ] [-AzureFeed] [-Channel ] [-DryRun] [-FeedCredential] [-InstallDir ] [-JSonFile ] - [-NoCdn] [-NoPath] [-ProxyAddress] [-ProxyBypassList ] + [-NoPath] [-ProxyAddress] [-ProxyBypassList ] [-ProxyUseDefaultCredentials] [-Quality ] [-Runtime ] [-SkipNonVersionedFiles] [-UncachedFeed] [-KeepZip] [-ZipPath ] [-Verbose] [-Version ] @@ -34,7 +34,7 @@ Linux/macOS: dotnet-install.sh [--architecture ] [--azure-feed] [--channel ] [--dry-run] [--feed-credential] [--install-dir ] [--jsonfile ] - [--no-cdn] [--no-path] [--quality ] + [--no-path] [--quality ] [--runtime ] [--runtime-id ] [--skip-non-versioned-files] [--uncached-feed] [--keep-zip] [--zip-path ] [--verbose] [--version ] @@ -102,7 +102,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://builds.dotnet.microsoft.com/dotnet`. + For internal use only. Allows using a different storage to download SDK archives from. The default is `https://builds.dotnet.microsoft.com/dotnet`. - **`-Channel|--channel `** @@ -137,10 +137,6 @@ The install scripts do not update the registry on Windows. They just download th 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`. -- **`-NoCdn|--no-cdn`** - - Disables downloading from the [Azure Content Delivery Network (CDN)](/azure/cdn/cdn-overview) and uses the uncached feed directly. - - **`-NoPath|--no-path`** 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 - **`-UncachedFeed|--uncached-feed`** - For internal use only. Allows using a different storage to download SDK archives from. This parameter is only used if --no-cdn is true. + For internal use only. Allows using a different storage to download SDK archives from. This parameter overwrites `-AzureFeed|--azure-feed`. - **`-KeepZip|--keep-zip`**