Unverified Kaydet (Commit) 4313a293 authored tarafından Steve Dower's avatar Steve Dower Kaydeden (comit) GitHub

bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)

üst 49197473
...@@ -116,7 +116,7 @@ jobs: ...@@ -116,7 +116,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true')) condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool: pool:
vmImage: vs2017-win2017 vmImage: vs2017-win2016
strategy: strategy:
matrix: matrix:
......
...@@ -64,7 +64,7 @@ jobs: ...@@ -64,7 +64,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true')) condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool: pool:
vmImage: vs2017-win2017 vmImage: vs2017-win2016
strategy: strategy:
matrix: matrix:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment