Changed: CD stage name

This commit is contained in:
James Flynn 2021-03-02 16:00:12 +00:00
parent 5ef90348d4
commit 0d06f34288

View file

@ -91,7 +91,7 @@ stages:
parallel: true # Increased speed through multi-threaded copying. parallel: true # Increased speed through multi-threaded copying.
parallelCount: 8 # Dependent upon CPU capabilities. parallelCount: 8 # Dependent upon CPU capabilities.
- stage: CI - stage: CD
displayName: 'Continuous Deployment' displayName: 'Continuous Deployment'
dependsOn: [CI] dependsOn: [CI]
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main')) condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))