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.SmartAssembly.
Summary
Appends all arguments from settings.
- Assembly
- Cake
.SmartAssembly .dll - Namespace
- Cake
.SmartAssembly - Containing Type
- Arguments
Builder Extension
Syntax
public static void AppendAll<TSettings>(this ProcessArgumentBuilder builder, TSettings settings)
where TSettings : AutoToolSettings, new()
Type Parameters
Name | Description |
---|---|
TSettings |
Parameters
Name | Type | Description |
---|---|---|
builder | Process |
|
settings | TSettings | The settings. |
Return Value
Type | Description |
---|---|
void |