Summary
Get arguments from the target executable.
- Namespace
- Cake
.Common .Tools .DotCover - Containing Type
- DotCoverCoverageTool
<TSettings>
Syntax
protected ProcessArgumentBuilder GetTargetArguments(ICakeContext context, Action<ICakeContext> action)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
action | Action |
The action to run DotCover for. |
Return Value
Type | Description |
---|---|
Process |
The process arguments. |