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.DotNetCoreEf.
Summary
Creates a
ProcessArgumentBuilder
and adds common commandline arguments.
- Assembly
- Cake
.DotNetCoreEf .dll - Namespace
- Cake
.DotNetCoreEf - Containing Type
- DotNetCoreEfTool
<TSettings>
Syntax
protected ProcessArgumentBuilder CreateArgumentBuilder(TSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | TSettings | The settings. |
Return Value
Type | Description |
---|---|
Process |
Instance of ProcessArgumentBuilder . |