DotNetTool<TSettings>.

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

Summary

Runs the dotnet cli command using the specified settings and arguments.
Namespace
Cake.Common.Tools.DotNet
Containing Type
DotNetTool<TSettings>

Syntax

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

Parameters

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

Return Value

Type Description
void