gh-153438: Update NuGet download URL - #153482
Conversation
Documentation build overview
|
|
Thanks @harjothkhara for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
GH-153509 is a backport of this pull request to the 3.15 branch. |
|
Sorry, @harjothkhara and @zooba, I could not cleanly backport this to |
|
GH-153510 is a backport of this pull request to the 3.14 branch. |
|
GH-153515 is a backport of this pull request to the 3.13 branch. |
(cherry picked from commit 106eb53)
…153608) [3.13] gh-153438: Update NuGet download URL (GH-153482) (GH-153515) gh-153438: Update NuGet download URL (GH-153482) (cherry picked from commit 106eb53) (cherry picked from commit 62eb50d) Co-authored-by: Steve Dower <steve.dower@python.org> Co-authored-by: Harjoth Khara <harjoth.khara@gmail.com>
|
Closes #153438.
The
aka.ms/nugetclidlredirect no longer resolves tonuget.exe, whichbreaks Windows build bootstrapping when no suitable Python is installed.
This change:
bootstrap and MSI external-dependency bootstrap;
Validation:
Tools/patchcheck/patchcheck.pyagainst the staged diffgit diff --cached --checkContent-Type: application/x-msdownloadThe Windows batch execution itself was not run locally because the development
host is macOS.