[build] Upgrade azure environment from ubuntu-16.04 to ubuntu-18.04 (#517)

pull/418/head
Leonard Xu 3 years ago committed by GitHub
parent 98ab02fed2
commit 0ea7a9b1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ trigger:
- '*' # must quote since "*" is a YAML reserved character; we want a string
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
steps:
- task: Maven@3

Loading…
Cancel
Save