Summary
Execute an assembly using arguments and settings.
- Namespace
- Cake
.Common .Tools .DotNet .Tool - Containing Type
- DotNetToolRunner
Syntax
public void Execute(FilePath projectPath, string command, ProcessArgumentBuilder arguments, DotNetToolSettings settings)
Parameters
Name | Type | Description |
---|---|---|
projectPath | FilePath | The target project path. |
command | string | The command to execute. |
arguments | Process |
The arguments. |
settings | DotNetToolSettings | The settings. |
Return Value
Type | Description |
---|---|
void |