From 96a1ce1c0460338a848927744fa269d590cd3ea9 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Fri, 4 Oct 2024 17:28:09 -0700 Subject: [PATCH] [C#] Address Packaging pipeline failure (#22307) ### Description Add new test data copy to 2 more test projects. --- .../Microsoft.ML.OnnxRuntime.EndToEndTests.csproj | 8 ++++++++ .../Microsoft.ML.OnnxRuntime.Tests.MAUI.csproj | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/Microsoft.ML.OnnxRuntime.EndToEndTests.csproj b/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/Microsoft.ML.OnnxRuntime.EndToEndTests.csproj index de0c8352e9..67addd2731 100644 --- a/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/Microsoft.ML.OnnxRuntime.EndToEndTests.csproj +++ b/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/Microsoft.ML.OnnxRuntime.EndToEndTests.csproj @@ -84,6 +84,14 @@ PreserveNewest false + + PreserveNewest + false + + + PreserveNewest + false + diff --git a/csharp/test/Microsoft.ML.OnnxRuntime.Tests.MAUI/Microsoft.ML.OnnxRuntime.Tests.MAUI.csproj b/csharp/test/Microsoft.ML.OnnxRuntime.Tests.MAUI/Microsoft.ML.OnnxRuntime.Tests.MAUI.csproj index 42364ad18a..210a04d78f 100644 --- a/csharp/test/Microsoft.ML.OnnxRuntime.Tests.MAUI/Microsoft.ML.OnnxRuntime.Tests.MAUI.csproj +++ b/csharp/test/Microsoft.ML.OnnxRuntime.Tests.MAUI/Microsoft.ML.OnnxRuntime.Tests.MAUI.csproj @@ -136,7 +136,15 @@ PreserveNewest false - + + PreserveNewest + false + + + PreserveNewest + false + +