Skip to content

Commit

Permalink
[ci] Disable OneLoc for now (#22595)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed May 23, 2024
1 parent cfc5482 commit b16a118
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/handlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ stages:
RunPlatforms: ${{ parameters.RunTemplatePlatforms }}
BuildPlatforms: ${{ parameters.BuildPlatforms }}

- ${{ 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]
# - ${{ 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]

0 comments on commit b16a118

Please sign in to comment.