From b26854e38c02accb7fbdacfebf08338016715b92 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 26 Apr 2020 21:53:21 +0200 Subject: [PATCH] Update template name --- .azure-pipelines/advanced.yml | 2 +- .azure-pipelines/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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