| BuildHelpDumpLogOnFailure 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.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool DumpLogOnFailure { get; set; }
Public Property DumpLogOnFailure As Boolean
Get
Set
public:
property bool DumpLogOnFailure {
bool get ();
void set (bool value);
}
member DumpLogOnFailure : bool with get, set
Property Value
Type:
BooleanThis 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