diff --git a/.azure-pipelines/advanced.yml b/.azure-pipelines/advanced.yml index 1e3174776..eac39e16d 100644 --- a/.azure-pipelines/advanced.yml +++ b/.azure-pipelines/advanced.yml @@ -21,5 +21,5 @@ stages: - template: templates/packaging-jobs.yml - stage: Deploy jobs: - - template: templates/deploy-jobs.yml + - template: templates/deployment-jobs.yml - template: templates/notify-failure-steps.yml diff --git a/.azure-pipelines/release.yml b/.azure-pipelines/release.yml index 55b685d96..ad33a4934 100644 --- a/.azure-pipelines/release.yml +++ b/.azure-pipelines/release.yml @@ -16,5 +16,5 @@ stage: - template: templates/changelog-jobs.yml - stage: Deploy jobs: - - template: templates/deploy-jobs.yml + - template: templates/deployment-jobs.yml - template: templates/notify-failure-steps.yml