DotNetTool<TSettings>.

RunCommand(TSettings, ProcessArgumentBuilder, ProcessSettings) 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)

Parameters

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

Return Value

Type Description
void