Check expression

This commit is contained in:
Adrien Ferrand 2020-06-30 22:26:07 +02:00
parent 4f4c1fc499
commit c000c9dc26

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 startsWith(variables['Build.SourceBranchName'], 'test-') }}:
- template: templates/stages/notify-failure-stage.yml