diff --git a/accepted/2022/dotnet-release-labels.md b/accepted/2022/dotnet-release-labels.md index db13536e3..d1aea41c0 100644 --- a/accepted/2022/dotnet-release-labels.md +++ b/accepted/2022/dotnet-release-labels.md @@ -180,7 +180,7 @@ For example, this historical use of [`release-index.json` uses the `current` lab "latest-sdk": "5.0.402", "product": ".NET", "support-phase": "current", - "releases.json": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json" + "releases.json": "https://builds.dotnet.microsoft.com/dotnet/release-metadata/5.0/releases.json" }, ``` @@ -227,7 +227,7 @@ The new format will look like the following: "support-phase": "active", "release-type": "lts", "eol-date": "2024-11-12", - "releases.json": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/6.0/releases.json" + "releases.json": "https://builds.dotnet.microsoft.com/dotnet/release-metadata/6.0/releases.json" }, ``` diff --git a/accepted/2022/version-selection.md b/accepted/2022/version-selection.md index e8d654e7b..6f2fbd5f7 100644 --- a/accepted/2022/version-selection.md +++ b/accepted/2022/version-selection.md @@ -40,8 +40,8 @@ Attempting to install dotnet from public_location. dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where: dotnet-install: - The SDK needs to be installed without user interaction and without admin rights. dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs. -dotnet-install: Attempting to download using primary link https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-linux-x64.tar.gz -dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-linux-x64.tar.gz +dotnet-install: Attempting to download using primary link https://builds.dotnet.microsoft.com/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-linux-x64.tar.gz +dotnet-install: Extracting zip from https://builds.dotnet.microsoft.com/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-linux-x64.tar.gz dotnet-install: Adding to current process PATH: `/iot/.dotnet`. Note: This change will be visible only when sourcing script. dotnet-install: Installation finished successfully. Determining projects to restore...