summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/pr.yml
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-01-22 01:13:16 (GMT)
committerGitHub <noreply@github.com>2022-01-22 01:13:16 (GMT)
commit70c16468deee9390e34322d32fda57df6e0f46bb (patch)
tree6279df71970a069f8e655043271a9e443e889a7c /.azure-pipelines/pr.yml
parentcd8de40b3b10311de2db7b90abdf80af9e35535f (diff)
downloadcpython-70c16468deee9390e34322d32fda57df6e0f46bb.zip
cpython-70c16468deee9390e34322d32fda57df6e0f46bb.tar.gz
cpython-70c16468deee9390e34322d32fda57df6e0f46bb.tar.bz2
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
Diffstat (limited to '.azure-pipelines/pr.yml')
-rw-r--r--.azure-pipelines/pr.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml
index e2aae32..8b065e6 100644
--- a/.azure-pipelines/pr.yml
+++ b/.azure-pipelines/pr.yml
@@ -98,7 +98,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool:
- vmImage: windows-2019
+ vmImage: windows-2022
strategy:
matrix: