azure-rest-api-specs/azure-pipelines.yml

21 строка
477 B
YAML
Исходник Обычный вид История

name: "Azure OpenAPI"
trigger:
branches:
include:
- master
pr:
autoCancel: false
variables:
TRAVIS: 'true'
TRAVIS_BRANCH: $(System.PullRequest.TargetBranch)
TRAVIS_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)
TRAVIS_REPO_SLUG: $(Build.Repository.Name)
TRAVIS_PULL_REQUEST_SLUG: $(Build.Repository.Name)
TRAVIS_PULL_REQUEST_SHA: $(Build.SourceVersion)
PR_ONLY: 'true'
jobs:
- template: .azure-pipelines/BranchProtectionForPrivateRepo.yml