Skip to content

Commit

Permalink
Change localization branch to release/8.0.1xx temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossanlop committed Aug 24, 2023
1 parent 7e4877c commit a5242e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines-microbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ stages:
- stage: build
displayName: Build
jobs:
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/8.0.1xx') }}:
- template: /eng/common/templates/job/onelocbuild.yml
parameters:
MirrorRepo: roslyn-analyzers
MirrorBranch: release/8.0.1xx
LclSource: lclFilesfromPackage
LclPackageId: 'LCL-JUNO-PROD-ROSANLZR'
- template: /eng/common/templates/jobs/jobs.yml
Expand Down Expand Up @@ -95,7 +96,7 @@ stages:
- name: Codeql.Cadence
value: 0
- name: Codeql.TSAEnabled
value: true
value: true
steps:
- task: UseDotNet@2
inputs:
Expand Down

0 comments on commit a5242e9

Please sign in to comment.