disable aot compilation for inference sample to see if that resolves pipeline error

This commit is contained in:
carzh 2025-02-07 13:05:58 -08:00
parent 1815b96280
commit e6cd1e8070

View file

@ -28,6 +28,10 @@
<DefaultLanguage>en</DefaultLanguage>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-android|AnyCPU'">
<RunAOTCompilation>False</RunAOTCompilation>
</PropertyGroup>
<ItemGroup>
<!-- NOTE:
You need to manually put builds from other platforms such as Android in the correct place for this to work for cross-platform