Skip to content

Commit 561991f

Browse files
authored
Remove loc build in release/4.10 (#5322)
1 parent 6c05fa3 commit 561991f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines-arcade.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ stages:
4646
- stage: Build
4747
displayName: Build
4848
jobs:
49-
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release/4.10')) }}:
50-
- template: /eng/common/templates/job/onelocbuild.yml
51-
parameters:
52-
MirrorRepo: wcf
53-
LclSource: lclFilesfromPackage
54-
LclPackageId: 'LCL-JUNO-PROD-WCF-REL'
49+
# - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release/4.10')) }}:
50+
# - template: /eng/common/templates/job/onelocbuild.yml
51+
# parameters:
52+
# MirrorRepo: wcf
53+
# LclSource: lclFilesfromPackage
54+
# LclPackageId: 'LCL-JUNO-PROD-WCF-REL'
5555
- template: /eng/common/templates/jobs/jobs.yml
5656
parameters:
5757
enableMicrobuild: true

0 commit comments

Comments
 (0)