We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GeneratePackageOnBuild
1 parent 423c776 commit bf4c2a3Copy full SHA for bf4c2a3
src/NetEvolve.Defaults/build/SupportPackageInformation.props
@@ -1,3 +1,7 @@
1
<Project>
2
3
-</Project>
+ <PropertyGroup Label="Package Information" Condition=" '$(IsTestableProject)' != 'true' ">
4
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5
+ </PropertyGroup>
6
+
7
+</Project>
0 commit comments