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


If I have an MSBILD target that just copies the files, then the incremental building using the copy function and the setting Why would it be better SkipUnchangedFiles = true?

Who said this?

The only reason you can think is that if you later increase your goal to accomplish other tasks, just copy it.


Comments

Popular posts from this blog

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -