Skip to content

Commit

Permalink
Merge pull request #63839 from dotnet/dev/jorobich/update-oneloc-branch
Browse files Browse the repository at this point in the history
Stop performing LOC on 17.3 branch and start localizing 17.4.
  • Loading branch information
JoeRobich authored Sep 8, 2022
2 parents dfc08b6 + 41bdaaa commit 50008a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ stages:
demands: ImageOverride -equals windows.vs2022.amd64

jobs:
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.3') }}:
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.4') }}:
- template: /eng/common/templates/job/onelocbuild.yml
parameters:
MirrorRepo: roslyn
MirrorBranch: release/dev17.3
MirrorBranch: release/dev17.4
LclSource: lclFilesfromPackage
LclPackageId: 'LCL-JUNO-PROD-ROSLYN'

Expand Down

0 comments on commit 50008a9

Please sign in to comment.