]> granicus.if.org Git - python/commitdiff
bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)
authorSteve Dower <steve.dower@microsoft.com>
Fri, 5 Oct 2018 18:05:47 +0000 (11:05 -0700)
committerGitHub <noreply@github.com>
Fri, 5 Oct 2018 18:05:47 +0000 (11:05 -0700)
.azure-pipelines/ci.yml
.azure-pipelines/pr.yml

index f56254e380243ef79a57a8898918a575799db886..49a7bb6232aa26df0fe2119c1a47d2e38a759020 100644 (file)
@@ -116,7 +116,7 @@ jobs:
   condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
 
   pool:
-    vmImage: vs2017-win2017
+    vmImage: vs2017-win2016
 
   strategy:
     matrix:
index 653f55b69b138e171ce3d622c5f4ea619a3af5b2..2d7fba9cf3283ed8988342bd97dcc0dbc5eb8d57 100644 (file)
@@ -64,7 +64,7 @@ jobs:
   condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
 
   pool:
-    vmImage: vs2017-win2017
+    vmImage: vs2017-win2016
 
   strategy:
     matrix: