Skip to content

Commit

Permalink
fix: Default for GeneratePackageOnBuild (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Jan 29, 2025
1 parent 423c776 commit bf4c2a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/NetEvolve.Defaults/build/SupportPackageInformation.props
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<Project>

</Project>
<PropertyGroup Label="Package Information" Condition=" '$(IsTestableProject)' != 'true' ">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

</Project>

0 comments on commit bf4c2a3

Please sign in to comment.