
Sets a list of directory names that will be excluded when creating a zip file.

Zip – the ZipItem that will be used.
Exclusions – the list of directory names to be excluded. More than one exclusion can be added by setting a comma, backslash or forward slash delimiter between exclusions.
The following examples would bypass all folders with the name of folder one, folder two and folder three when zipping up directories.
Comma delimited: folder one, folder two, folder three
Backslash delimited: folder one/ folder two/ folder three
Forward slash delimited: folder one\folder two\folder three