From 27c75805de313cae58c89f8178cc6dcb36f44604 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 8 Jul 2020 16:58:13 -0700 Subject: [PATCH] run deploy stage --- .azure-pipelines/advanced-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/advanced-test.yml b/.azure-pipelines/advanced-test.yml index 10ff79289..3d5e7e3ab 100644 --- a/.azure-pipelines/advanced-test.yml +++ b/.azure-pipelines/advanced-test.yml @@ -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