test deploy

This commit is contained in:
Brad Warren 2020-07-07 14:52:55 -07:00
parent ce1030f13f
commit 14f2c3eda3
2 changed files with 1 additions and 2 deletions

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

View file

@ -1,6 +1,4 @@
stages:
- stage: TestAndPackage
jobs:
- template: ../jobs/standard-tests-jobs.yml
- template: ../jobs/extended-tests-jobs.yml
- template: ../jobs/packaging-jobs.yml