Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ extends:
sourceAnalysisPool:
name: onnxruntime-Win-CPU-2022
os: windows
codeql:
compiled:
enabled: false
justificationForDisabling: 'CodeQL causes the React Native Android tests to fail when trying to load Linux x64 .so'

stages:
- template: templates/web-ci.yml
parameters:
Expand Down
Loading