Skip to content

Commit

Permalink
Remove loc build in release/4.10 (#5322)
Browse files Browse the repository at this point in the history
  • Loading branch information
HongGit committed Oct 17, 2023
1 parent 6c05fa3 commit 561991f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines-arcade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ stages:
- stage: Build
displayName: Build
jobs:
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release/4.10')) }}:
- template: /eng/common/templates/job/onelocbuild.yml
parameters:
MirrorRepo: wcf
LclSource: lclFilesfromPackage
LclPackageId: 'LCL-JUNO-PROD-WCF-REL'
# - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release/4.10')) }}:
# - template: /eng/common/templates/job/onelocbuild.yml
# parameters:
# MirrorRepo: wcf
# LclSource: lclFilesfromPackage
# LclPackageId: 'LCL-JUNO-PROD-WCF-REL'
- template: /eng/common/templates/jobs/jobs.yml
parameters:
enableMicrobuild: true
Expand Down

0 comments on commit 561991f

Please sign in to comment.