Adding $(Build.SourcesDirectory)s to the ignoreDirectories (#21878)

This commit is contained in:
Jian Chen 2024-08-27 19:56:48 -07:00 committed by GitHub
parent 23f3912334
commit e95277484e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,5 +35,13 @@ steps:
$(Build.Repository.LocalPath)/cmake/external/onnxruntime-extensions,
$(Build.Repository.LocalPath)/js/react_native/e2e/node_modules,
$(Build.Repository.LocalPath)/js/node_modules,
$(Build.Repository.LocalPath)/onnxruntime-inference-examples,
$(Build.SourcesDirectory)/cmake/external/emsdk/upstream/emscripten/tests,
$(Build.SourcesDirectory)/cmake/external/onnx/third_party/benchmark,
$(Build.SourcesDirectory)/cmake/external/onnx/third_party/pybind11,
$(Build.SourcesDirectory)/cmake/external/onnx/third_party/pybind11/tests,
$(Build.SourcesDirectory)/cmake/external/onnxruntime-extensions,
$(Build.SourcesDirectory)/js/react_native/e2e/node_modules,
$(Build.SourcesDirectory)/js/node_modules,
$(Build.SourcesDirectory)/onnxruntime-inference-examples,
$(Build.BinariesDirectory)'