Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4313a29

Browse files
authored
bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)
1 parent 4919747 commit 4313a29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.azure-pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
117117

118118
pool:
119-
vmImage: vs2017-win2017
119+
vmImage: vs2017-win2016
120120

121121
strategy:
122122
matrix:

.azure-pipelines/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
6565

6666
pool:
67-
vmImage: vs2017-win2017
67+
vmImage: vs2017-win2016
6868

6969
strategy:
7070
matrix:

0 commit comments

Comments
 (0)