Summary
Adds common arguments to the process builder.
- Namespace
- Cake
.Common .Tools .VSWhere - Containing Type
- VSWhereTool
<TSettings>
Syntax
protected ProcessArgumentBuilder AddCommonArguments(VSWhereSettings settings, ProcessArgumentBuilder builder)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | VSWhereSettings | The settings. |
| builder | Process |
The process argument builder. |
Return Value
| Type | Description |
|---|---|
| Process |
The process argument builder. |
