msbuildtasks icon indicating copy to clipboard operation
msbuildtasks copied to clipboard

Allows the Zip task to add content to an existing ZIP file, instead of overwriting it

Open arlm opened this issue 9 years ago • 0 comments

This patch introduces a property called Overwrite that allows to control whether it should overwrite (if set to true) or to add/update/append content to the existing Zip file (if set to false).

It is not a required property and its default value is true so that we maintain the actual behavior if it is not specified.

arlm avatar Feb 15 '17 12:02 arlm