This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Endpoint.
Summary
Gets or sets a value indicating that the copied files and directories should be
zipped.
- Assembly
- Cake
.Endpoint .dll - Namespace
- Cake
.Endpoint .Services - Containing Type
- Endpoint
Creator Settings
Syntax
public bool ZipTargetPath { get; set; }
Value
Type | Description |
---|---|
bool |
true to zip the resulting output directories; otherwise, false .
|