From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 5 Oct 2018 18:32:18 +0000 (-0700) Subject: bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719) X-Git-Tag: v3.6.7rc2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=467360eeb24525e330d653826f21f30f47481d08;p=thirdparty%2FPython%2Fcpython.git bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719) (cherry picked from commit 4313a293dae579f3406aa94508ff3803a79b0344) Co-authored-by: Steve Dower --- 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: