From e98697ec28f4b74754532e905f08a39307264aef Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Mon, 17 Aug 2020 17:08:48 -0700 Subject: [PATCH] Fix nuget cpu package pipeline (#4832) --- .../github/azure-pipelines/nuget/templates/test_macos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci_build/github/azure-pipelines/nuget/templates/test_macos.yml b/tools/ci_build/github/azure-pipelines/nuget/templates/test_macos.yml index 0703f6afa3..b3254e3c62 100644 --- a/tools/ci_build/github/azure-pipelines/nuget/templates/test_macos.yml +++ b/tools/ci_build/github/azure-pipelines/nuget/templates/test_macos.yml @@ -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) \