Tool<TSettings>.

Run(TSettings, ProcessArgumentBuilder, ProcessSettings, Action<IProcess>) Method

Summary

Runs the tool using a custom tool path and the specified settings.
Namespace
Cake.Core.Tooling
Containing Type
Tool<TSettings>

Syntax

protected void Run(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings, Action<IProcess> postAction)

Parameters

Name Type Description
settings TSettings The settings.
arguments ProcessArgumentBuilder The arguments.
processSettings ProcessSettings The process settings.
postAction Action<IProcess> If specified called after process exit.

Return Value

Type Description
void