Merge pull request #6912 from ryanbrandenburg/UbuntuImage

Update Ubuntu image
This commit is contained in:
Ryan Brandenburg 2022-09-28 09:11:31 -07:00 коммит произвёл GitHub
Родитель a7faf0eb46 0d8b0407af
Коммит 25c21ae839
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -363,7 +363,7 @@ stages:
options: --init # This ensures all the stray defunct processes are reaped.
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
vmImage: ubuntu-18.04
vmImage: ubuntu-latest
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64