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:
Родитель
f900b57969
Коммит
e81093786c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче