Skip to content

Commit

Permalink
Don't set GeneratePackageOnBuild=true anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Dec 15, 2023
1 parent 03b0247 commit 77d1439
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<Choose>
<When Condition="'$(IsPackable)' == 'true'">
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>cathode.png</PackageIcon>
<PackageReadmeFile>PACKAGE.md</PackageReadmeFile>
</PropertyGroup>
Expand Down

0 comments on commit 77d1439

Please sign in to comment.