Tool<TSettings>.

RunProcess(TSettings, ProcessArgumentBuilder) Method

Summary

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

Syntax

protected IProcess RunProcess(TSettings settings, ProcessArgumentBuilder arguments)

Parameters

Name Type Description
settings TSettings The settings.
arguments ProcessArgumentBuilder The arguments.

Return Value

Type Description
IProcess The process that the tool is running under.