From 44d5eaf3d7c1541ce8c91ee171c2b8959f28e831 Mon Sep 17 00:00:00 2001 From: smk2007 Date: Thu, 20 Feb 2020 10:24:29 -0800 Subject: [PATCH] WinML exists in the nuget packages but does not publish its WinMD and headers (#3037) * publish winmd and raw headers * Add the lib too * add missing conditions * Fix copy/paste condition error --- .../Microsoft.ML.OnnxRuntime.csproj | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj index 0373b9411a..bf899066cc 100644 --- a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj +++ b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj @@ -96,6 +96,15 @@ CopyToOutputDirectory="Always" Visible="false" /> + + + +