Disable CodeQL on runtime-official.yml (#90329)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 10 Aug 2023 18:02:52 +0000 (20:02 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2023 18:02:52 +0000 (20:02 +0200)
We have a separate pipeline for it and it is breaking official builds at the moment.

eng/pipelines/runtime-official.yml

index d89a0c3..5bfd248 100644 (file)
@@ -26,6 +26,9 @@ variables:
 - template: /eng/pipelines/common/internal-variables.yml
   parameters:
     teamName: dotnet-core-acquisition
+# disable CodeQL here, we have a separate pipeline for it
+- name: Codeql.Enabled
+  value: False
 
 extends:
   template:  /eng/pipelines/common/templates/pipeline-with-resources.yml