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'))