mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
Fix nuget cpu package pipeline (#4832)
This commit is contained in:
parent
d3af669980
commit
e98697ec28
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ jobs:
|
|||
packageFolder: '$(Build.BinariesDirectory)/nuget-artifact'
|
||||
|
||||
- script: |
|
||||
brew install libomp
|
||||
$(Build.SourcesDirectory)/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh \
|
||||
$(Build.BinariesDirectory)/nuget-artifact \
|
||||
$(Build.SourcesDirectory) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue