Summary
PackSettings.
- Assembly
- Rocket
.Surgery .Cake .dll - Namespace
- Rocket
.Surgery .Cake - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Settings.PackSettings"]
class Type type-node
Syntax
public class Settings.PackSettings
Constructors
Name | Summary |
---|---|
PackSettings |
Properties
Name | Value | Summary |
---|---|---|
Build | bool |
Gets or sets a value indicating whether this
Settings.PackSettings is build.
|
Enabled | bool |
Gets or sets a value indicating whether this
Settings.PackSettings is enabled.
|
ExcludePaths | List |
Gets or sets the exclude paths.
|
IncludeSource | bool |
Gets or sets a value indicating whether [include source].
|
IncludeSymbols | bool |
Gets or sets a value indicating whether [include symbols].
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|