Skip to content

Commit

Permalink
Update localization job (#586)
Browse files Browse the repository at this point in the history
Progress on #570.
  • Loading branch information
dtivel committed Feb 3, 2023
1 parent 4425685 commit 61385af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ stages:
- stage: Build_Windows
displayName: Build Windows
jobs:
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
- template: /eng/common/templates/job/onelocbuild.yml
parameters:
CreatePr: false
LclSource: lclFilesfromPackage
LclPackageId: 'LCL-JUNO-PROD-SIGNCLI'
MirrorRepo: sign

- template: /eng/common/templates/jobs/jobs.yml
parameters:
Expand Down

0 comments on commit 61385af

Please sign in to comment.