Is there any way to make an incremental sync of a file using msdeploy?
I thing that when comparing directories, complete files with changes are sync, but not only those changes (incremental changes).
In my case, I need to make small changes to many files (for example, if I change 100 files from 1MB each one, I have to update those 100 MB using msdeploy?).
↧
msdeploy sync file incrementally
↧