DotNetMSBuildBuilder.

Build(string, DotNetMSBuildSettings, Action<IEnumerable<string>>) Method

Summary

Build the project using the specified path and settings.

Syntax

public void Build(string projectOrDirectory, DotNetMSBuildSettings settings, Action<IEnumerable<string>> standardOutputAction)

Parameters

Name Type Description
projectOrDirectory string The target project path.
settings DotNetMSBuildSettings The settings.
standardOutputAction Action<IEnumerable<string>> The action to invoke with the standard output.

Return Value

Type Description
void