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

This commit is contained in:
Steve Dower 2018-10-05 11:05:47 -07:00 committed by GitHub
parent 491974735c
commit 4313a293da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View 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:

View 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: