Skip to content

Commit 84bcac5

Browse files
committed
Use CopyToOutputDirectory=PreserveNewest for Nuget
Avoids unnecessary copies during builds.
1 parent f431c25 commit 84bcac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuget/WinSparkle.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<Link>%(Filename)%(Extension)</Link>
2323
<PublishState>Included</PublishState>
2424
<Visible>False</Visible>
25-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
25+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2626
</Content>
2727
</ItemGroup>
2828

0 commit comments

Comments
 (0)