We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All historical links need to be updated to one of the new domains, per #9671.
New CI links are already being created correctly.
$ curl -s --head https://aka.ms/dotnet/10.0.1xx/daily/dotnet-sdk-win-x64.zip | grep Location Location: https://ci.dot.net/public/Sdk/10.0.100-alpha.1.25060.15/dotnet-sdk-10.0.100-alpha.1.25060.15-win-x64.zip
Existing links are still pointing to the wrong location.
$ curl -s --head https://aka.ms/dotnet/8.0/dotnet-runtime-win-x86.zip | grep Location Location: https://dotnetcli.azureedge.net/dotnet/Runtime/8.0.11/dotnet-runtime-8.0.11-win-x86.zip
They should redirect to builds.dotnet.microsoft.com or ci.dot.net, as appropriate.
builds.dotnet.microsoft.com
ci.dot.net
The text was updated successfully, but these errors were encountered:
This is now resolved.
$ curl -s --head https://aka.ms/dotnet/8.0/dotnet-runtime-win-x86.zip | grep Location Location: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.12/dotnet-runtime-8.0.12-win-x86.zip
Sorry, something went wrong.
No branches or pull requests
All historical links need to be updated to one of the new domains, per #9671.
New CI links are already being created correctly.
$ curl -s --head https://aka.ms/dotnet/10.0.1xx/daily/dotnet-sdk-win-x64.zip | grep Location Location: https://ci.dot.net/public/Sdk/10.0.100-alpha.1.25060.15/dotnet-sdk-10.0.100-alpha.1.25060.15-win-x64.zip
Existing links are still pointing to the wrong location.
$ curl -s --head https://aka.ms/dotnet/8.0/dotnet-runtime-win-x86.zip | grep Location Location: https://dotnetcli.azureedge.net/dotnet/Runtime/8.0.11/dotnet-runtime-8.0.11-win-x86.zip
They should redirect to
builds.dotnet.microsoft.com
orci.dot.net
, as appropriate.The text was updated successfully, but these errors were encountered: