GurdeepS
GurdeepS

Reputation: 67233

Uploading only changed files to web host

Using msbuild, how can I upload only changed files to my web host (from an asp.net web application)?

Thanks

Upvotes: 2

Views: 156

Answers (2)

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

Reputation: 44332

I would use MSDeploy for this. Many third party hosts are starting to support MSDeploy as well.

Upvotes: 1

mtmk
mtmk

Reputation: 6316

You can use msbuildtasks and Robocopy (or using exec).

Upvotes: 1

Related Questions