Skip to content

Commit 475e290

Browse files
authored
remove the loc build from the -pr yml
1 parent b7f2c7f commit 475e290

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

eng/build-pr.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ parameters:
1515
timeoutInMinutes: 180
1616

1717
jobs:
18-
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release/8.0.4xx'), not(contains(parameters.agentOs, 'TemplateEngine'))) }}:
19-
- template: /eng/common/templates/job/onelocbuild.yml
20-
parameters:
21-
CreatePr: true
22-
LclSource: lclFilesfromPackage
23-
LclPackageId: 'LCL-JUNO-PROD-DOTNETSDK'
24-
MirrorBranch: release/8.0.4xx
25-
MirrorRepo: sdk
26-
2718
- ${{ if not(contains(parameters.agentOs, 'TemplateEngine')) }}:
2819
- template: /eng/common/templates/job/job.yml
2920
parameters:

0 commit comments

Comments
 (0)