We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d99c5 commit 17fd718Copy full SHA for 17fd718
azure-pipelines-microbuild.yml
@@ -24,10 +24,11 @@ stages:
24
- stage: build
25
displayName: Build
26
jobs:
27
- - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
+ - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/8.0.1xx') }}:
28
- template: /eng/common/templates/job/onelocbuild.yml
29
parameters:
30
MirrorRepo: roslyn-analyzers
31
+ MirrorBranch: release/8.0.1xx
32
LclSource: lclFilesfromPackage
33
LclPackageId: 'LCL-JUNO-PROD-ROSANLZR'
34
- template: /eng/common/templates/jobs/jobs.yml
@@ -95,7 +96,7 @@ stages:
95
96
- name: Codeql.Cadence
97
value: 0
98
- name: Codeql.TSAEnabled
- value: true
99
+ value: true
100
steps:
101
- task: UseDotNet@2
102
inputs:
0 commit comments