2019-02-22 01:58:17 +03:00
|
|
|
name: "Azure OpenAPI"
|
2019-02-16 01:49:33 +03:00
|
|
|
|
2019-12-16 10:52:47 +03:00
|
|
|
trigger:
|
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- master
|
|
|
|
|
2020-02-10 10:26:37 +03:00
|
|
|
pr:
|
|
|
|
autoCancel: false
|
|
|
|
|
2019-02-22 01:58:17 +03:00
|
|
|
variables:
|
|
|
|
TRAVIS: 'true'
|
2019-02-23 00:12:00 +03:00
|
|
|
TRAVIS_BRANCH: $(System.PullRequest.TargetBranch)
|
|
|
|
TRAVIS_PULL_REQUEST: $(System.PullRequest.PullRequestNumber)
|
2019-02-22 01:58:17 +03:00
|
|
|
TRAVIS_REPO_SLUG: $(Build.Repository.Name)
|
|
|
|
TRAVIS_PULL_REQUEST_SLUG: $(Build.Repository.Name)
|
|
|
|
TRAVIS_PULL_REQUEST_SHA: $(Build.SourceVersion)
|
|
|
|
PR_ONLY: 'true'
|
|
|
|
|
|
|
|
jobs:
|
2019-08-31 00:07:20 +03:00
|
|
|
- template: .azure-pipelines/BranchProtectionForPrivateRepo.yml
|
|
|
|
- template: .azure-pipelines/NetworkValidation.yml
|
2019-09-24 09:54:20 +03:00
|
|
|
- template: .azure-pipelines/Spellcheck.yml
|
2020-01-15 11:37:20 +03:00
|
|
|
- template: .azure-pipelines/PrettierCheck.yml
|