This is overridden to return the working folder for the build

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
protected override string GetWorkingDirectory()
Visual Basic
Protected Overrides Function GetWorkingDirectory As String

Return Value

Type: String
The working folder for the build

See Also