Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
displayName: Pre-build checks
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
steps:
- template: ./prebuild-checks.yml
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
steps:
- template: ./docs-steps.yml
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
variables:
testRunTitle: '$(build.sourceBranchName)-linux'
)
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
container: manylinux1
)
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
variables:
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
displayName: Pre-build checks
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
steps:
- template: ./prebuild-checks.yml
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['docs.run'], 'true'))
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
steps:
- template: ./docs-steps.yml
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
variables:
testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
)
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
container: manylinux1
)
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-20.04
variables:
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'