msbuildtasks
msbuildtasks copied to clipboard
Allows the Zip task to add content to an existing ZIP file, instead of overwriting it
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.