MSBuild 增量构建与 SkipUnchangedFiles=true 的复制有何不同?
如果我有一个仅复制更改的文件的 msbuild 目标,为什么增量构建比仅使用复制任务并设置 SkipUnchangedFiles = true 更好?
If I have an msbuild target that just copies changed files, why would incremental building be better than just using the Copy task and setting SkipUnchangedFiles = true?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谁说会是这样?
我能想到的唯一原因是,如果您稍后扩展目标以执行其他任务,然后只是复制。
Who said it would be?
The only reason I can think of would be if you extended your target later on to perform other tasks then just copying.