Skip to content

Commit

Permalink
[docs] update dotnetbuilds domain (#9772)
Browse files Browse the repository at this point in the history
Context: dotnet/core#9676

`ci.dot.net` is the new domain, used by `dotnet-install` scripts, for example.
  • Loading branch information
richlander authored Feb 10, 2025
1 parent aba2726 commit 6b2c7d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/guides/InstallBuildsFromMain.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ number, it should be *close enough* to work.
You can guess what the URL is, if you need a specific version like
`7.0.100-preview.6.22277.6`, for example:

* Windows x64: https://dotnetbuilds.azureedge.net/public/Sdk/7.0.100-preview.6.22277.6/dotnet-sdk-7.0.100-preview.6.22277.6-win-x64.exe
* Windows arm64: https://dotnetbuilds.azureedge.net/public/Sdk/7.0.100-preview.6.22277.6/dotnet-sdk-7.0.100-preview.6.22277.6-win-arm64.exe
* macOS x64: https://dotnetbuilds.azureedge.net/public/Sdk/7.0.100-preview.6.22277.6/dotnet-sdk-7.0.100-preview.6.22277.6-osx-x64.pkg
* macOS arm64: https://dotnetbuilds.azureedge.net/public/Sdk/7.0.100-preview.6.22277.6/dotnet-sdk-7.0.100-preview.6.22277.6-osx-arm64.pkg
* Windows x64: https://ci.dot.net/public/Sdk/7.0.100-preview.6.22277.6/dotnet-sdk-7.0.100-preview.6.22277.6-win-x64.exe
* Windows arm64: https://ci.dot.net/public/Sdk/7.0.100-preview.6.22277.6/dotnet-sdk-7.0.100-preview.6.22277.6-win-arm64.exe
* macOS x64: https://ci.dot.net/public/Sdk/7.0.100-preview.6.22277.6/dotnet-sdk-7.0.100-preview.6.22277.6-osx-x64.pkg
* macOS arm64: https://ci.dot.net/public/Sdk/7.0.100-preview.6.22277.6/dotnet-sdk-7.0.100-preview.6.22277.6-osx-arm64.pkg

*See [WindowsOnArm64.md][3] for further details about Windows on Arm64.*

Expand Down

0 comments on commit 6b2c7d9

Please sign in to comment.