From 88a007008d7ab2f326fe2640ec0c86179e97fe80 Mon Sep 17 00:00:00 2001 From: Patrick Hallisey Date: Tue, 28 May 2024 15:42:53 -0700 Subject: [PATCH] Fix quoting in yaml --- eng/pipelines/templates/variables/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index 02bf32dea27..639eaf7aea6 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -2,4 +2,4 @@ variables: OfficialBuildId: $(Build.BuildNumber) skipComponentGovernanceDetection: true NotificationsCreatorVersion: '1.0.0-dev.20240524.1' - PipelineOwnersExtractorVersion: '1.0.0-dev.20240528.1 + PipelineOwnersExtractorVersion: '1.0.0-dev.20240528.1'