From ce4c3a782b1007e1ce4c68e4517732fff88688e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Thu, 10 Aug 2023 20:02:52 +0200 Subject: [PATCH] Disable CodeQL on runtime-official.yml (#90329) We have a separate pipeline for it and it is breaking official builds at the moment. --- eng/pipelines/runtime-official.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index d89a0c3..5bfd248 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -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 -- 2.7.4