We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472f93a commit ec5f945Copy full SHA for ec5f945
tools/pipelines/templates/build-npm-client-package.yml
@@ -559,6 +559,9 @@ extends:
559
- name: absolutePathToTelemetryGenerator
560
value: $(Build.SourcesDirectory)/tools/telemetry-generator
561
readonly: true
562
+ # We already run CodeQL in the main build job, so we don't need to run it again here.
563
+ - name: DisableCodeQL
564
+ value: true
565
steps:
566
# Setup
567
- checkout: self
@@ -706,6 +709,9 @@ extends:
706
709
707
710
708
711
712
713
714
715
716
717
0 commit comments