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:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool:
vmImage: vs2017-win2017
vmImage: vs2017-win2016
strategy:
matrix:
......
......@@ -64,7 +64,7 @@ jobs:
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool:
vmImage: vs2017-win2017
vmImage: vs2017-win2016
strategy:
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