DotNetRunner.

Run(string, ProcessArgumentBuilder, DotNetRunSettings) Method

Summary

Runs the project using the specified path with arguments and settings.
Namespace
Cake.Common.Tools.DotNet.Run
Containing Type
DotNetRunner

Syntax

public void Run(string project, ProcessArgumentBuilder arguments, DotNetRunSettings settings)

Parameters

Name Type Description
project string The target project path.
arguments ProcessArgumentBuilder The arguments.
settings DotNetRunSettings The settings.

Return Value

Type Description
void