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]