From 0d06f34288b8007deee922daedb28a1933cb9ab4 Mon Sep 17 00:00:00 2001 From: James Flynn Date: Tue, 2 Mar 2021 16:00:12 +0000 Subject: [PATCH] Changed: CD stage name --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index acf4e52c4..16da703e7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -91,7 +91,7 @@ stages: parallel: true # Increased speed through multi-threaded copying. parallelCount: 8 # Dependent upon CPU capabilities. - - stage: CI + - stage: CD displayName: 'Continuous Deployment' dependsOn: [CI] condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))