From 87650dafb85338ffff7b7c5e7154b5996f01d9d6 Mon Sep 17 00:00:00 2001 From: Caroline Zhu Date: Thu, 6 Feb 2025 16:13:44 -0800 Subject: [PATCH] Remove net8.0-android MAUI target for patch release (#23607) ### Description Removing net8.0-android target from the MAUI test project. This test is not currently being run in the pipelines, but build issues is blocking the patch release. [Pipeline run](https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=674060&view=results) (Still running into unrelated Failure to get the "onnxruntimepackagetest" image errors) --- .../Microsoft.ML.OnnxRuntime.Tests.MAUI.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 e07448daee..b4f1ea5a4f 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 @@ -7,7 +7,9 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst + + net8.0-ios;net8.0-maccatalyst $(TargetFrameworks);net8.0-windows10.0.19041.0