Unverified Kaydet (Commit) b57f800b authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

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

(cherry picked from commit 4313a293)
Co-authored-by: 's avatarSteve Dower <steve.dower@microsoft.com>
üst 29c40c73
......@@ -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