From e1e81bd330289c3405042b4115cf19a84eaff073 Mon Sep 17 00:00:00 2001 From: Vladimir Morozov Date: Mon, 30 Mar 2026 18:16:47 -0700 Subject: [PATCH] Disable CodeQL in Setup job --- .ado/build-template.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ado/build-template.yml b/.ado/build-template.yml index 2cfece1bbc0..148e393bc06 100644 --- a/.ado/build-template.yml +++ b/.ado/build-template.yml @@ -206,6 +206,9 @@ extends: condition: and(succeeded(), eq('${{ parameters.buildEnvironment }}', 'Continuous')) templateContext: + sdl: + codeql: + enabled: false outputs: - output: pipelineArtifact displayName: 'Publish version variables'