Fix nuget cpu package pipeline (#4832)

This commit is contained in:
Changming Sun 2020-08-17 17:08:48 -07:00 committed by GitHub
parent d3af669980
commit e98697ec28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) \