mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
disable aot compilation for inference sample to see if that resolves pipeline error
This commit is contained in:
parent
1815b96280
commit
e6cd1e8070
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue