Skip to content

Commit

Permalink
Fix missing "condition="
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Aug 26, 2024
1 parent 261199a commit 19a3cfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup "'$(GeneratePackage)'=='true'">
<PropertyGroup Condition="'$(GeneratePackage)'=='true'">
<DefineConstants>$(DefineConstants);IS_PUBLISH_BUILD</DefineConstants>
</PropertyGroup>

Expand Down

0 comments on commit 19a3cfe

Please sign in to comment.