Browse Source

Update ubuntu pool

16.04 pool doesn't exist anymore.
pull/1192/head
Sébastien Ros 5 years ago
committed by GitHub
parent
commit
6ee8e63be8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      azure-pipelines.yml

6
azure-pipelines.yml

@ -97,10 +97,10 @@ stages:
artifactType: Container
parallel: true
- job: Ubuntu_16_04
displayName: 'Ubuntu 16.04'
- job: Ubuntu_20_04
displayName: 'Ubuntu 20.04'
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04
variables:
- name: _SignType
value: none

Loading…
Cancel
Save