-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
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
[Update Request]: Microsoft.Dotnet.* (update CDN urls) #202037
Comments
hello, and starting at which point of the path do i count it as a whole package? at "SDK" in that example? and use the whole link "https://builds.dotnet.microsoft.com" (and the rest of the installer path stays the same right?) |
I think you may need to create pull requests for each versions of these packages. "Sparse checkout" feature is enabled on my local clone. Sparse checkout the directory
Note It's easy using IDEs or editors to perform a string replacement and submitting them via a single PR. But it's hard (wasting time accurately) creating 585 for each of them. 😞 |
okay, i understand, thank you! so i can be sure that all the paths exist at the new domain? not that i'd have to test that too :D |
Neither can't I. I've just tested one URL and it's valid. There might need a script for automatically checking these URLs. |
What type of update are you requesting?
Something else not listed
Current Package Identifier
Microsoft.Dotnet.*
Package Version
multiple
Please describe the changes you would like to see
As announced in dotnet/core#9671 the hoster of the CDNs
https://dotnetcli.azureedge.net/
andhttps://dotnetbuilds.azureedge.net/
will soon seize operations due to bankrupcy.It is recommended that users switch to the new CDN domains as quickly as possible.
While a majority of the newest versions
Microsoft.Dotnet.*
packages has already been switched to the new CDN by @mthalman (e.g. in PR #200316) there are still a lot of packages with the old domains remaining.https://dotnetcli.azureedge.net/
gets results in 620 files within this repository.https://dotnetbuilds.azureedge.net/
isn't used withinwinget-pkgs
Action steps:
Open PRs to switch the installer domain from
https://dotnetcli.azureedge.net/
tobuilds.dotnet.microsoft.com
for all packages found in the GitHub search.The text was updated successfully, but these errors were encountered: