From 74d0e7d0d751cc600d8f84f41dbabf308cbbd1f8 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 2 Jul 2020 13:55:17 -0700 Subject: [PATCH] test azure deploy --- .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