From 3fab881ef1083c5025f9b198cc9fae15b2b8077b Mon Sep 17 00:00:00 2001 From: CarlNation Date: Wed, 20 Aug 2025 06:56:55 -0400 Subject: [PATCH] new tag to devops template that does workspace cleanup --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9774bd48a..8839bb1ba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,7 +31,7 @@ resources: type: github name: Safelite/AzureDevOps endpoint: Safelite - ref: refs/tags/t5.6.41 + ref: refs/tags/t5.7.24 variables: - group: Digital-Infrastructure @@ -323,4 +323,5 @@ stages: parameters: dependsOn: prodBuildDeployment userName: SafeliteAzureDevops - userEmail: githubazuredevops@safelite.com \ No newline at end of file + userEmail: githubazuredevops@safelite.com + environment: digitalCloud-prod \ No newline at end of file