Skip to content

Commit 48fcaf6

Browse files
authored
Merge pull request #28304 from dotnet/marcpopMSFT-locbuildto702xx
Switch to 7.0.2xx for loc build
2 parents 1ce7f36 + fe2506d commit 48fcaf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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/7.0.1xx'), not(contains(parameters.agentOs, 'TemplateEngine'))) }}:
18+
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release/7.0.2xx'), not(contains(parameters.agentOs, 'TemplateEngine'))) }}:
1919
- template: /eng/common/templates/job/onelocbuild.yml
2020
parameters:
2121
CreatePr: true
2222
LclSource: lclFilesfromPackage
2323
LclPackageId: 'LCL-JUNO-PROD-DOTNETSDK'
24-
MirrorBranch: release/7.0.1xx
24+
MirrorBranch: release/7.0.2xx
2525
MirrorRepo: sdk
2626

2727
- ${{ if not(contains(parameters.agentOs, 'TemplateEngine')) }}:

0 commit comments

Comments
 (0)