mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
Component Governance Fix round 6 (#21021)
### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
73271dd329
commit
9daed5565a
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ steps:
|
|||
# ignore BinariesDirectory. BinariesDirectory is used for build output, not for onnxruntime package
|
||||
ignoreDirectories:
|
||||
'$(Build.Repository.LocalPath)/cmake/external/emsdk/upstream/emscripten/tests,
|
||||
$(Build.Repository.LocalPath)/cmake/external/onnx/third_party,
|
||||
$(Build.SourcesDirectory)/cmake/external/onnx/third_party,
|
||||
$(Build.Repository.LocalPath)/cmake/external/onnx/third_party/benchmark,
|
||||
$(Build.Repository.LocalPath)/cmake/external/onnx/third_party/pybind11,
|
||||
$(Build.Repository.LocalPath)/cmake/external/onnxruntime-extensions,
|
||||
$(Build.Repository.LocalPath)/js/react_native/e2e/node_modules,
|
||||
$(Build.SourcesDirectory)/onnxruntime-inference-examples,
|
||||
|
|
|
|||
Loading…
Reference in a new issue