]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve the Windows release build scripts (GH-30771)
authorSteve Dower <steve.dower@python.org>
Sat, 22 Jan 2022 01:13:16 +0000 (01:13 +0000)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 01:13:16 +0000 (01:13 +0000)
commit70c16468deee9390e34322d32fda57df6e0f46bb
tree6279df71970a069f8e655043271a9e443e889a7c
parentcd8de40b3b10311de2db7b90abdf80af9e35535f
Improve the Windows release build scripts (GH-30771)

Update to windows-2022 image
Promote queue variables to parameters for better UI
Structure build steps using parameters instead of conditions for simpler status display
17 files changed:
.azure-pipelines/ci.yml
.azure-pipelines/pr.yml
.azure-pipelines/windows-release.yml
.azure-pipelines/windows-release/stage-build.yml
.azure-pipelines/windows-release/stage-layout-embed.yml
.azure-pipelines/windows-release/stage-layout-full.yml
.azure-pipelines/windows-release/stage-layout-msix.yml
.azure-pipelines/windows-release/stage-layout-nuget.yml
.azure-pipelines/windows-release/stage-msi.yml
.azure-pipelines/windows-release/stage-pack-msix.yml
.azure-pipelines/windows-release/stage-publish-nugetorg.yml
.azure-pipelines/windows-release/stage-publish-pythonorg.yml
.azure-pipelines/windows-release/stage-publish-store.yml
.azure-pipelines/windows-release/stage-sign.yml
.azure-pipelines/windows-release/stage-test-embed.yml
.azure-pipelines/windows-release/stage-test-msi.yml
.azure-pipelines/windows-release/stage-test-nuget.yml