Skip to content

Commit

Permalink
Use CopyToOutputDirectory=PreserveNewest for Nuget
Browse files Browse the repository at this point in the history
Avoids unnecessary copies during builds.
  • Loading branch information
vslavik committed May 22, 2024
1 parent f431c25 commit 84bcac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/WinSparkle.targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Link>%(Filename)%(Extension)</Link>
<PublishState>Included</PublishState>
<Visible>False</Visible>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

Expand Down

0 comments on commit 84bcac5

Please sign in to comment.