From 155aaa80b63d8eec4493c83f5d456bd709995b6e Mon Sep 17 00:00:00 2001 From: FrankRua Date: Tue, 31 May 2022 10:47:30 -0400 Subject: [PATCH] auto tag release --- azure-pipelines.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c8184f93f..bc619bff5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -168,4 +168,11 @@ stages: indexDeployVariables: __VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__: $(__VUE_APP_GOOGLE_TAG_MANAGER_SCRIPT_BODY__) __VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__: $(__VUE_APP_GOOGLE_TAG_MANAGER_NOSCRIPT_FRAME_SRC__) - cfDistributionId: $(cfDistributionId) \ No newline at end of file + cfDistributionId: $(cfDistributionId) + - stage: AutoTagReleaseBuild + displayName: Auto Tag Release Build For Production + jobs: + - template: templates/digital/auto-tag.yml@AzureDevOps + parameters: + userName: SafeliteAzureDevops + userEmail: githubazuredevops@safelite.com \ No newline at end of file