MSBuild 增量构建与 SkipUnchangedFiles=true 的复制有何不同?

发布于 2024-08-20 09:10:19 字数 82 浏览 4 评论 0原文

如果我有一个仅复制更改的文件的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

·深蓝 2024-08-27 09:10:19

谁说会是这样?

我能想到的唯一原因是,如果您稍后扩展目标以执行其他任务,然后只是复制。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文