Skip to content

Commit

Permalink
Stop performing LOC on 17.3 branch and start localizing 17.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored Sep 7, 2022
1 parent dfc08b6 commit 41bdaaa
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 41bdaaa

Please sign in to comment.