From: Alexander Köplinger Date: Thu, 10 Aug 2023 18:02:52 +0000 (+0200) Subject: Disable CodeQL on runtime-official.yml (#90329) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~371 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce4c3a782b1007e1ce4c68e4517732fff88688e6;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable CodeQL on runtime-official.yml (#90329) We have a separate pipeline for it and it is breaking official builds at the moment. --- 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