diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index 02175728..89fa177a 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -105,7 +105,7 @@ stages: environment: github-servermanager-beta - stage: deployRelease - displayName: Release + displayName: Production lockBehavior: runLatest condition: and(succeeded(), eq(variables['build.sourceBranch'], 'refs/heads/source')) dependsOn: @@ -113,5 +113,5 @@ stages: jobs: - deployment: deployRelease - displayName: Deploy Release + displayName: Deploy Production environment: github-servermanager-release \ No newline at end of file