Browse Source

Skip CodeQL in public builds (#54886)

William Godbe 1 year ago
parent
commit
a30417ff05
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .azure/pipelines/ci-public.yml

+ 4 - 0
.azure/pipelines/ci-public.yml

@@ -73,6 +73,10 @@ variables:
   value: ''
 - name: _InternalRuntimeDownloadCodeSignArgs
   value: ''
+- name: Codeql.Enabled
+  value: false
+- name: Codeql.SkipTaskAutoInjection
+  value: true
 - template: /eng/common/templates/variables/pool-providers.yml
 
 resources: