Hi,
Using msbuild, how can I upload only changed files to my web host (from an asp.net web application)?
Thanks
Hi,
Using msbuild, how can I upload only changed files to my web host (from an asp.net web application)?
Thanks
You can use msbuildtasks and Robocopy (or using exec).
I would use MSDeploy for this. Many third party hosts are starting to support MSDeploy as well.