Click or drag to resize
Sandcastle Help File BuilderBuildHelpDumpLogOnFailure Property
This is used to set or get whether the log file is dumped to the task log if the help file project build fails.

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool DumpLogOnFailure { get; set; }

Property Value

Type: Boolean
This property is optional. If set to false (the default), the log is not dumped if the build fails. If set to true, all output from the build process is written to the task log if the build fails.
See Also