Gzip Configuration
The task accepts one or more of the following configuration settings. Configuration settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the task, access to these internal properties is provided through the Other property.GZip Configuration Settings
SuggestCompressedName:
Whether to suggest a file name. It is possible to create a Gzip archive without including the compressed filename in the header, which prevents the pipeline from populating %SourceFileName% during extraction. Set this to true to use the archive name as the file name. The default value is false. |