From bba9b911858ba508f356d81ee624d7b1e2d5359e Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Wed, 21 Dec 2022 19:36:35 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- .azure/pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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