Update testartifacts.yml to use ubuntu-latest image (#16279)

This commit is contained in:
Aditya Patwardhan 2021-10-20 11:51:58 -07:00 committed by GitHub
parent 66508053f5
commit 7ac276ac25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@ jobs:
value: none
displayName: Build test artifacts
condition: succeeded()
pool: 'Hosted Ubuntu 1604'
pool:
vmImage: ubuntu-latest
steps:
- checkout: self
clean: true
- pwsh: |
Import-Module ./build.psm1
Start-PSBootstrap