File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 12
12
displayName : Pre-build checks
13
13
14
14
pool :
15
- vmImage : ubuntu-16 .04
15
+ vmImage : ubuntu-20 .04
16
16
17
17
steps :
18
18
- template : ./prebuild-checks.yml
24
24
condition : and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
25
25
26
26
pool :
27
- vmImage : ubuntu-16 .04
27
+ vmImage : ubuntu-20 .04
28
28
29
29
steps :
30
30
- template : ./docs-steps.yml
56
56
condition : and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
57
57
58
58
pool :
59
- vmImage : ubuntu-16 .04
59
+ vmImage : ubuntu-20 .04
60
60
61
61
variables :
62
62
testRunTitle : ' $(build.sourceBranchName)-linux'
82
82
)
83
83
84
84
pool :
85
- vmImage : ubuntu-16 .04
85
+ vmImage : ubuntu-20 .04
86
86
87
87
container : manylinux1
88
88
@@ -113,7 +113,7 @@ jobs:
113
113
)
114
114
115
115
pool :
116
- vmImage : ubuntu-16 .04
116
+ vmImage : ubuntu-20 .04
117
117
118
118
variables :
119
119
testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
Original file line number Diff line number Diff line change 12
12
displayName : Pre-build checks
13
13
14
14
pool :
15
- vmImage : ubuntu-16 .04
15
+ vmImage : ubuntu-20 .04
16
16
17
17
steps :
18
18
- template : ./prebuild-checks.yml
24
24
condition : and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
25
25
26
26
pool :
27
- vmImage : ubuntu-16 .04
27
+ vmImage : ubuntu-20 .04
28
28
29
29
steps :
30
30
- template : ./docs-steps.yml
56
56
condition : and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
57
57
58
58
pool :
59
- vmImage : ubuntu-16 .04
59
+ vmImage : ubuntu-20 .04
60
60
61
61
variables :
62
62
testRunTitle : ' $(system.pullRequest.TargetBranch)-linux'
82
82
)
83
83
84
84
pool :
85
- vmImage : ubuntu-16 .04
85
+ vmImage : ubuntu-20 .04
86
86
87
87
container : manylinux1
88
88
@@ -113,7 +113,7 @@ jobs:
113
113
)
114
114
115
115
pool :
116
- vmImage : ubuntu-16 .04
116
+ vmImage : ubuntu-20 .04
117
117
118
118
variables :
119
119
testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
You can’t perform that action at this time.
0 commit comments