Skip to content

Commit 7b2f667

Browse files
authored
[build] disable CodeQL for NPM Packaging Pipeline (microsoft#25614)
1 parent a7bc727 commit 7b2f667

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/ci_build/github/azure-pipelines/npm-packaging-pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ extends:
5050
sourceAnalysisPool:
5151
name: onnxruntime-Win-CPU-2022
5252
os: windows
53+
codeql:
54+
compiled:
55+
enabled: false
56+
justificationForDisabling: 'CodeQL causes the React Native Android tests to fail when trying to load Linux x64 .so'
57+
5358
stages:
5459
- template: templates/web-ci.yml
5560
parameters:

0 commit comments

Comments
 (0)