Skip to content

Commit

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

<!-- This prevents the package to be rebuilt when dotnet test is executed. -->
<PropertyGroup Condition="$(GeneratePackage) == 'true'">
<PropertyGroup Condition="$(BuildProjectReferences) == 'false'">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit 6ea93ca

Please sign in to comment.