Copy should be "up-to-date" friendly by default
Open
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 135
Description
See this all the time, the default Copy doesn't set SkipUnchangedFiles by default and therefore always runs even if the files haven't changed. This is not obvious. Here's an example of what I needed to set to make my Copy target friendly to MSBuild'isms:
https://github.com/dotnet/project-system/pull/2253
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.