mikefourie-zz / MSBuildExtensionPack

MIT License
366 stars 104 forks source link

Added Overwrite property #16

Closed synarque closed 9 years ago

synarque commented 9 years ago

Overwrite is used when performing UploadFiles action to decide whether or not we overwrite existing files.

It is using string instead of bool to make the property optional and not break any existing usage of the Ftp task.

mikefourie-zz commented 9 years ago

Thanks...