Skip to content

Commit

Permalink
Add missing LocLanguages variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Oct 4, 2024
1 parent 6e70094 commit 29d3944
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines/variables/LocLanguages.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## For faster PR/CI builds localize only for 2 languages, ENU and JPN provide good enough coverage
if ($env:BUILD_REASON -eq 'PullRequest') {
'ENU,JPN'
} else {
'VS'
}

0 comments on commit 29d3944

Please sign in to comment.