From e6cd1e80708ec494a9c2b03cd3f1573478a1da6a Mon Sep 17 00:00:00 2001 From: carzh Date: Fri, 7 Feb 2025 13:05:58 -0800 Subject: [PATCH] disable aot compilation for inference sample to see if that resolves pipeline error --- .../Microsoft.ML.OnnxRuntime.InferenceSample.Maui.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/csharp/sample/InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.Maui/Microsoft.ML.OnnxRuntime.InferenceSample.Maui.csproj b/csharp/sample/InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.Maui/Microsoft.ML.OnnxRuntime.InferenceSample.Maui.csproj index 73a5359996..e3a640fc6b 100644 --- a/csharp/sample/InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.Maui/Microsoft.ML.OnnxRuntime.InferenceSample.Maui.csproj +++ b/csharp/sample/InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.Maui/Microsoft.ML.OnnxRuntime.InferenceSample.Maui.csproj @@ -28,6 +28,10 @@ en + + False + +