Skip to content

Commit

Permalink
disabling aot thing to pass release build
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Oct 10, 2024
1 parent 37b0143 commit 9c075d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NativeAot/NativeAot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<TrimmerRootAssembly Include="Terminal.Gui" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<!--<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
<TrimmerRootAssembly Include="Terminal.Gui" />
</ItemGroup>
</ItemGroup>-->

</Project>

0 comments on commit 9c075d8

Please sign in to comment.