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