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 used as postfix in the final target directory name.
- Assembly
- Cake
.Endpoint .dll - Namespace
- Cake
.Endpoint .Services - Containing Type
- Endpoint
Creator Settings
Syntax
public string TargetPathPostFix { get; set; }
Value
Type | Description |
---|---|
string |
A string that will be used as postfix; otherwise, null .
|