Fix SDK Automation auto cancel issue (#8333)

* Fix SDK Automation auto cancel issue

* Disable autoCancel in all pipeline
This commit is contained in:
Phoenix He 2020-02-10 15:26:37 +08:00 коммит произвёл GitHub
Родитель d1df9031d3
Коммит f49b10308f
3 изменённых файлов: 10 добавлений и 1 удалений

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

@ -2,7 +2,10 @@ trigger:
batch: false
branches:
include:
- "*"
- master
pr:
autoCancel: false
jobs:
- job: "SDKAutomation"

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

@ -5,6 +5,9 @@ trigger:
include:
- master
pr:
autoCancel: false
variables:
TRAVIS: 'true'
TRAVIS_BRANCH: $(System.PullRequest.TargetBranch)

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

@ -2,6 +2,9 @@ name: "Preproduction CI for Azure Rest API specifications"
trigger: none
pr:
autoCancel: false
variables:
TRAVIS: 'true'
TRAVIS_BRANCH: $(System.PullRequest.TargetBranch)