Update .azure-pipelines/advanced-test.yml

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand 2020-07-01 00:20:26 +02:00 committed by GitHub
parent f88ef7643f
commit 2c67c10d70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,5 +9,5 @@ pr: none
stages:
- template: templates/stages/test-and-package-stage.yml
# Notify failures only for release branches.
- ${{ if endsWith(variables['Build.SourceBranchName'], '.x') }}:
- ${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}:
- template: templates/stages/notify-failure-stage.yml