Summary
Execute an assembly using arguments and settings.
- Namespace
- Cake
.Common .Tools .DotNet .Execute - Containing Type
- DotNetExecutor
Syntax
public void Execute(FilePath assemblyPath, ProcessArgumentBuilder arguments, DotNetExecuteSettings settings)
Parameters
Name | Type | Description |
---|---|---|
assemblyPath | FilePath | The assembly path. |
arguments | Process |
The arguments. |
settings | Dot |
The settings. |
Return Value
Type | Description |
---|---|
void |