Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一个仅复制更改文件的 msbuild 目标,为什么增量构建比仅使用复制任务并设置 SkipUnchangedFiles = true 更好?
谁说会的?
我能想到的唯一原因是,如果您稍后扩展目标以执行其他任务,然后只是复制。