Zip Properties
From TFS Build Extensions
The Zip type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Action |
Specifies the action to perform
| |
| CompressionLevel |
Sets the CompressionLevel to use. Default is Default, also supports BestSpeed and BestCompression
| |
| CompressPath |
Sets the Path to Zip.
| |
| ExtractPath |
Path to extract the zip file to
| |
| Files |
Sets the files to Compress
| |
| Password |
Sets the Password to be used
| |
| RemoveRoot |
Sets the root to remove from the zip path. Note that this should be part of the file to compress path, not the target path of the ZipFileName
| |
| ZipFileName |
Sets the name of the Zip File
|