Explorar o código

Disable codeql in quarantined-pr.yml (#57011)

Brennan hai 1 ano
pai
achega
98ee50279a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .azure/pipelines/quarantined-pr.yml

+ 4 - 0
.azure/pipelines/quarantined-pr.yml

@@ -39,6 +39,10 @@ schedules:
 variables:
 variables:
 - name: _UseHelixOpenQueues
 - name: _UseHelixOpenQueues
   value: ${{ ne(variables['System.TeamProject'], 'internal') }}
   value: ${{ ne(variables['System.TeamProject'], 'internal') }}
+- name: Codeql.Enabled 
+  value: false 
+- name: Codeql.SkipTaskAutoInjection 
+  value: true 
 - ${{ if eq(variables['System.TeamProject'], 'internal') }}:
 - ${{ if eq(variables['System.TeamProject'], 'internal') }}:
   - group: DotNet-HelixApi-Access
   - group: DotNet-HelixApi-Access
 - template: /eng/common/templates/variables/pool-providers.yml
 - template: /eng/common/templates/variables/pool-providers.yml