Skip to content

Commit

Permalink
chore: Added WarnOnPackingNonPackableProject (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Jan 30, 2025
1 parent 397f4fc commit 7c33a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NetEvolve.Defaults/build/SupportGeneral.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PropertyGroup Condition=" '$(IsXampleProject)' == 'true' ">
<IsPackable>false</IsPackable>
<IsTestProject>false</IsTestProject>
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
</PropertyGroup>

</Project>

0 comments on commit 7c33a75

Please sign in to comment.