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.Docker.
Syntax
public T[] RunWithResult<T, TCoreSettings>(string coreCommand, TCoreSettings coreSettings, string command, TSettings settings, Func<IEnumerable<string>, T[]> processOutput, params string[] arguments)
where TCoreSettings : AutoToolSettings, new()
Type Parameters
| Name |
Description |
| T |
|
| TCoreSettings |
|
Parameters
| Name |
Type |
Description |
| coreCommand |
string |
|
| coreSettings |
TCoreSettings |
|
| command |
string |
|
| settings |
TSettings |
|
| processOutput |
Func<IEnumerable<string>, T[]> |
|
| arguments |
string[] |
|
Return Value