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