Update azure-pipelines.yml to use ubuntu-20.04 (#16485)

* Update azure-pipelines.yml

* Update ShouldSendPRToMain.yml

* Update BranchProtectionForPrivateRepo.yml
This commit is contained in:
Zhenglai Zhang 2021-10-21 16:35:22 +08:00 коммит произвёл GitHub
Родитель f900b57969
Коммит e81093786c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 5 удалений

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

@ -1,7 +1,5 @@
jobs:
- job: "BranchProtectionForPrivateRepo"
pool:
vmImage: 'Ubuntu 16.04'
condition: and(variables['PRIVATE'], eq(variables['System.PullRequest.TargetBranch'], 'main'))
steps:
- script: '>&2 echo "the branch is protected"'

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

@ -1,7 +1,5 @@
jobs:
- job: "ShouldSendPRToMain"
pool:
vmImage: 'Ubuntu 16.04'
condition: eq(variables['System.PullRequest.TargetBranch'], 'master')
steps:
- script: '>&2 echo "##vso[task.logissue type=error]Please edit the pull request to targeting new default branch main"'

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

@ -1,5 +1,8 @@
name: "Azure OpenAPI"
pool:
vmImage: 'Ubuntu-20.04'
trigger:
branches:
include:
@ -19,4 +22,4 @@ variables:
jobs:
- template: .azure-pipelines/BranchProtectionForPrivateRepo.yml
- template: .azure-pipelines/ShouldSendPRToMain.yml
- template: .azure-pipelines/ShouldSendPRToMain.yml