diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index 80353379..02175728 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -93,7 +93,7 @@ stages: ArtifactName: '$(PublishFolder)' - stage: deployBeta - displayName: Deploy Beta + displayName: Beta lockBehavior: runLatest condition: and(succeeded(), eq(variables['build.sourceBranch'], 'refs/heads/source')) dependsOn: @@ -105,7 +105,7 @@ stages: environment: github-servermanager-beta - stage: deployRelease - displayName: Deploy Release + displayName: Release lockBehavior: runLatest condition: and(succeeded(), eq(variables['build.sourceBranch'], 'refs/heads/source')) dependsOn: