run deploy stage

This commit is contained in:
Brad Warren 2020-07-08 16:58:13 -07:00
parent 8a720615b2
commit 27c75805de

View file

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