开发者

How is MSBuild Incremental Building Different from Copy with SkipUnchangedFiles=true?

开发者 https://www.devze.com 2022-12-18 23:54 出处:网络
开发者_开发知识库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?Who said it wo
开发者_开发知识库

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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消