Skip to content

Commit ede001a

Browse files
committed
Fix project updating resources only if newer one
1 parent 1ada218 commit ede001a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-proxy/dev-proxy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6767
</None>
6868
<None Update="toggle-proxy.sh">
69-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
69+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7070
</None>
7171
<None Update="trust-cert.sh">
7272
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)