DotNetMSBuildBuilder.

Build(string, DotNetMSBuildSettings) Method

Summary

Build the project using the specified path and settings.

Syntax

public void Build(string projectOrDirectory, DotNetMSBuildSettings settings)

Parameters

Name Type Description
projectOrDirectory string The target project path.
settings DotNetMSBuildSettings The settings.

Return Value

Type Description
void