Skip to content

Commit

Permalink
Adding $(Build.SourcesDirectory)s to the ignoreDirectories (#21878)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Aug 28, 2024
1 parent 23f3912 commit e952774
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)'

0 comments on commit e952774

Please sign in to comment.