From 83f8c65074e6435e86ff5b8ed8081c62f384e4f3 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 39519804c..69d7e11f3 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 @@ -324,4 +324,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