Summary
Adds shared arguments to the process builder.
- Namespace
- Cake
.Common .Tools .Chocolatey - Containing Type
- ChocolateyTool
<TSettings>
Syntax
protected ProcessArgumentBuilder AddSharedArguments(ChocolateySharedSettings settings, ProcessArgumentBuilder builder)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Chocolatey |
The settings. |
| builder | Process |
The process arguments builder. |
Return Value
| Type | Description |
|---|---|
| Process |
The process arguments builder. |
