From d0cb20cfef59fe7a2f5c787bdfc9db914cf7fd24 Mon Sep 17 00:00:00 2001 From: FrankRua Date: Wed, 1 Jun 2022 13:07:30 -0400 Subject: [PATCH] Added conditions --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3819fca35..f126d3aee 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -173,6 +173,7 @@ stages: __VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__: $(__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__) cfDistributionId: $(cfDistributionId) - stage: AutoTagReleaseBuild + condition: eq(variables['Build.SourceBranch'], variables['prod-branch'] ) displayName: Auto Tag Release Build For Production jobs: - template: templates/digital/auto-tag.yml@AzureDevOps