summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-10-05 11:05:47 -0700
committerGitHub <noreply@github.com>2018-10-05 11:05:47 -0700
commit4313a293dae579f3406aa94508ff3803a79b0344 (patch)
treeffbee6ac817ebf7713cede31ad9c21234c56f202 /.azure-pipelines
parent491974735c51141019ae4ef0492e63a8eb716636 (diff)
downloadcpython-git-4313a293dae579f3406aa94508ff3803a79b0344.tar.gz
bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/ci.yml2
-rw-r--r--.azure-pipelines/pr.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index f56254e380..49a7bb6232 100644
--- a/.azure-pipelines/ci.yml
+++ b/.azure-pipelines/ci.yml
@@ -116,7 +116,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool:
- vmImage: vs2017-win2017
+ vmImage: vs2017-win2016
strategy:
matrix:
diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml
index 653f55b69b..2d7fba9cf3 100644
--- a/.azure-pipelines/pr.yml
+++ b/.azure-pipelines/pr.yml
@@ -64,7 +64,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool:
- vmImage: vs2017-win2017
+ vmImage: vs2017-win2016
strategy:
matrix: