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 bcc1b9f commit 98ee502Copy full SHA for 98ee502
.azure/pipelines/quarantined-pr.yml
@@ -39,6 +39,10 @@ schedules:
39
variables:
40
- name: _UseHelixOpenQueues
41
value: ${{ ne(variables['System.TeamProject'], 'internal') }}
42
+- name: Codeql.Enabled
43
+ value: false
44
+- name: Codeql.SkipTaskAutoInjection
45
+ value: true
46
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
47
- group: DotNet-HelixApi-Access
48
- template: /eng/common/templates/variables/pool-providers.yml
0 commit comments