Skip to content

Commit 9b9443e

Browse files
authored
Enable loc build for release/6.1 branch (#5323)
* Enable loc build for release/6.1 branch * add closing '
1 parent 40aa233 commit 9b9443e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-arcade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ stages:
4848
- stage: Build
4949
displayName: Build
5050
jobs:
51-
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
51+
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release/6.1')) }}:
5252
- template: /eng/common/templates/job/onelocbuild.yml
5353
parameters:
5454
MirrorRepo: wcf
5555
LclSource: lclFilesfromPackage
56-
LclPackageId: 'LCL-JUNO-PROD-WCF'
56+
LclPackageId: 'LCL-JUNO-PROD-WCF-REL'
5757
- template: /eng/common/templates/jobs/jobs.yml
5858
parameters:
5959
enableMicrobuild: true

0 commit comments

Comments
 (0)