Table of Contents

IBuildProcess.RunProject Method

Definition

Namespace
Sandcastle.Core.BuildEngine
Assembly
Sandcastle.Core.dll

Run the specified MSBuild project using MSBuild.exe or dotnet.exe

void RunProject(string projectFile, bool minimalOutput)

Parameters

projectFile string

The project file to run

minimalOutput bool

True for minimal output, false for normal output

Remarks

A standard set of command line options will be used (/nologo /clp:NoSummary) along with the given verbosity level. The 64-bit version of MSBuild will be used if available on 64-bit systems.