Added conditions
This commit is contained in:
parent
b790245b87
commit
d0cb20cfef
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ stages:
|
||||||
__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__: $(__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__)
|
__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__: $(__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__)
|
||||||
cfDistributionId: $(cfDistributionId)
|
cfDistributionId: $(cfDistributionId)
|
||||||
- stage: AutoTagReleaseBuild
|
- stage: AutoTagReleaseBuild
|
||||||
|
condition: eq(variables['Build.SourceBranch'], variables['prod-branch'] )
|
||||||
displayName: Auto Tag Release Build For Production
|
displayName: Auto Tag Release Build For Production
|
||||||
jobs:
|
jobs:
|
||||||
- template: templates/digital/auto-tag.yml@AzureDevOps
|
- template: templates/digital/auto-tag.yml@AzureDevOps
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue