bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)
This commit is contained in:
parent
491974735c
commit
4313a293da
|
@ -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:
|
||||||
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:
|
||||||
|
|
Loading…
Reference in New Issue