From: Steve Dower Date: Fri, 5 Oct 2018 18:05:47 +0000 (-0700) Subject: bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719) X-Git-Tag: v3.8.0a1~830 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4313a293dae579f3406aa94508ff3803a79b0344;p=thirdparty%2FPython%2Fcpython.git bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719) --- diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index f56254e38024..49a7bb6232aa 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 653f55b69b13..2d7fba9cf328 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: