From d8cf3f0e33d18b06b1cb7742b5fa2ccd44af325f Mon Sep 17 00:00:00 2001 From: "Shah Asaduzzaman (ASAD)" Date: Sun, 25 Nov 2018 23:55:09 -0800 Subject: [PATCH 1/2] enabled shared-lib and csharp build in windows CI --- tools/ci_build/github/azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/azure-pipelines.yml b/tools/ci_build/github/azure-pipelines/azure-pipelines.yml index 7bfeff5b74416..e573c946c4f94 100644 --- a/tools/ci_build/github/azure-pipelines/azure-pipelines.yml +++ b/tools/ci_build/github/azure-pipelines/azure-pipelines.yml @@ -44,7 +44,7 @@ jobs: - task: BatchScript@1 inputs: filename: build.bat - arguments: ' --enable_onnx_tests' + arguments: ' --enable_onnx_tests --build_shared_lib --build_csharp' workingFolder: "$(Build.SourcesDirectory)" - task: CmdLine@1 From 33537055cbd092d459bb2010cc70fba5bf53cc32 Mon Sep 17 00:00:00 2001 From: "Shah Asaduzzaman (ASAD)" Date: Mon, 26 Nov 2018 00:13:32 -0800 Subject: [PATCH 2/2] make mkldnn.dll optional --- .../Microsoft.ML.OnnxRuntime.InferenceSample.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/sample/Microsoft.ML.OnnxRuntime.InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.csproj b/csharp/sample/Microsoft.ML.OnnxRuntime.InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.csproj index ba07300312e54..20a226a9f9e9b 100644 --- a/csharp/sample/Microsoft.ML.OnnxRuntime.InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.csproj +++ b/csharp/sample/Microsoft.ML.OnnxRuntime.InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.csproj @@ -17,7 +17,7 @@ Always false - + Always false