From 3af3c75c8e45032fdabb98f1ccef8436616eb3b0 Mon Sep 17 00:00:00 2001 From: Dustin Howett Date: Thu, 19 Sep 2024 12:37:25 -0500 Subject: [PATCH] Forgot an at-self --- .pipelines/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/release.yml b/.pipelines/release.yml index 54e6d51347f8..2335371ad727 100644 --- a/.pipelines/release.yml +++ b/.pipelines/release.yml @@ -81,7 +81,7 @@ extends: additionalBuildOptions: /p:RestoreConfigFile="$(Build.SourcesDirectory)\.pipelines\release-nuget.config" beforeBuildSteps: # Prepare the localizations and telemetry config before the release build - - template: .pipelines/v2/templates/steps-fetch-and-prepare-localizations.yml + - template: .pipelines/v2/templates/steps-fetch-and-prepare-localizations.yml@self - cmd: | call nuget.exe restore -configFile .pipelines/release-nuget.config -PackagesDirectory . .pipelines/packages.config || exit /b 1