From c555c0c6d294493d5c7588a77ed2f034f1d82656 Mon Sep 17 00:00:00 2001 From: tj-devel709 Date: Wed, 11 Sep 2024 16:35:13 -0500 Subject: [PATCH] not being found on net9.0 branch --- eng/pipelines/handlers.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/eng/pipelines/handlers.yml b/eng/pipelines/handlers.yml index 6a804080dedf..6b37986caca6 100644 --- a/eng/pipelines/handlers.yml +++ b/eng/pipelines/handlers.yml @@ -291,7 +291,6 @@ stages: RunPlatforms: ${{ parameters.RunTemplatePlatforms }} BuildPlatforms: ${{ parameters.BuilTemplatePlatforms }} - - ${{ if eq(variables['System.TeamProject'], 'devdiv') }}: - - template: common/localization-handoff.yml # Process outgoing strings [Localization Handoff] - - template: common/localization-handback.yml # Process incoming translations and Create PR to main [Localization Handback] - - template: common/merge-translations-update.yml # Validating incoming translations strings and merge PR [Localization Handback] + - template: common/localization-handoff.yml # Process outgoing strings [Localization Handoff] + - template: common/localization-handback.yml # Process incoming translations and Create PR to main [Localization Handback] + - template: common/merge-translations-update.yml # Validating incoming translations strings and merge PR [Localization Handback]