Skip to content

Commit eeffa7c

Browse files
authored
Merge pull request #4331 from jonfortescue/LocalizationTests
Migrate to OneLocBuild
2 parents 91e3511 + a7897c7 commit eeffa7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ parameters:
1010
repoName: dotnet/wpf
1111

1212
jobs:
13+
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
14+
- template: /eng/common/templates/job/onelocbuild.yml
15+
parameters:
16+
CreatePr: false
17+
LclSource: lclFilesfromPackage
18+
LclPackageId: 'LCL-JUNO-PROD-WPF'
1319
- template: /eng/common/templates/jobs/jobs.yml
1420
parameters:
1521
enableMicrobuild: true

0 commit comments

Comments
 (0)