From 3fecebf1b0bba5c3a00ff05c7470b175355bb3cf Mon Sep 17 00:00:00 2001 From: Jeremy Zimmerman Date: Fri, 11 Aug 2023 12:45:33 -0400 Subject: [PATCH] Cleaning up the build pipeline file. --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index acdbe24a..98217e5d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -241,10 +241,10 @@ stages: distributionId: $(cfDistributionId) paths: /* awsProfile: $(prodDeploymentProfile) - - template: templates/digital/auto-tag.yml@AzureDevOps - parameters: - dependsOn: prodBuildDeployment - userName: SafeliteAzureDevops - userEmail: githubazuredevops@safelite.com + - template: templates/digital/auto-tag.yml@AzureDevOps + parameters: + dependsOn: prodBuildDeployment + userName: SafeliteAzureDevops + userEmail: githubazuredevops@safelite.com \ No newline at end of file