Skip to content

Commit 17fd718

Browse files
committed
Change localization branch to release/8.0.1xx temporarily
1 parent 76d99c5 commit 17fd718

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines-microbuild.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ stages:
2424
- stage: build
2525
displayName: Build
2626
jobs:
27-
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
27+
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/8.0.1xx') }}:
2828
- template: /eng/common/templates/job/onelocbuild.yml
2929
parameters:
3030
MirrorRepo: roslyn-analyzers
31+
MirrorBranch: release/8.0.1xx
3132
LclSource: lclFilesfromPackage
3233
LclPackageId: 'LCL-JUNO-PROD-ROSANLZR'
3334
- template: /eng/common/templates/jobs/jobs.yml
@@ -95,7 +96,7 @@ stages:
9596
- name: Codeql.Cadence
9697
value: 0
9798
- name: Codeql.TSAEnabled
98-
value: true
99+
value: true
99100
steps:
100101
- task: UseDotNet@2
101102
inputs:

0 commit comments

Comments
 (0)