summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-10-05 11:27:44 -0700
committerGitHub <noreply@github.com>2018-10-05 11:27:44 -0700
commitb57f800b351328a67b4a11a1864d39c6b9b8d39f (patch)
tree7316a17915223309997281e78c9e7260b10147db /.azure-pipelines
parent29c40c73143fee3612147959779b6927cd1be7e1 (diff)
downloadcpython-git-b57f800b351328a67b4a11a1864d39c6b9b8d39f.tar.gz
bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)
(cherry picked from commit 4313a293dae579f3406aa94508ff3803a79b0344) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
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: