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 a7bc727 commit 7b2f667Copy full SHA for 7b2f667
tools/ci_build/github/azure-pipelines/npm-packaging-pipeline.yml
@@ -50,6 +50,11 @@ extends:
50
sourceAnalysisPool:
51
name: onnxruntime-Win-CPU-2022
52
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
+
58
stages:
59
- template: templates/web-ci.yml
60
parameters:
0 commit comments