Skip to content

Commit

Permalink
Update dotnet cli domain (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored Jan 14, 2025
1 parent 4f33f5a commit e867249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions accepted/2022/dotnet-release-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
```

Expand Down Expand Up @@ -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"
},
```

Expand Down
4 changes: 2 additions & 2 deletions accepted/2022/version-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit e867249

Please sign in to comment.