Skip to content

Commit

Permalink
Mark Native AOT tests project as non-packable
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed May 20, 2024
1 parent 3983e3c commit 2dc247f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MoreLinq.Test.Aot/MoreLinq.Test.Aot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>exe</OutputType>
<IsPackable>false</IsPackable>
<PublishAot>true</PublishAot>
</PropertyGroup>

Expand Down

0 comments on commit 2dc247f

Please sign in to comment.