Summary
Gets or sets a value indicating whether the files should be packed into the tool folder.
Defaults to
false.
- Namespace
- Cake
.Common .Tools .NuGet .Pack - Containing Type
- NuGetPackSettings
Syntax
public bool OutputToToolFolder { get; set; }
Value
| Type | Description |
|---|---|
| bool |
true if the output should be placed in the tool folder inside the NuGet package; otherwise false.
|
