BuildVerbosity Enumeration
Specifies the level of detail of the log output during a build. For more information about how to use this type, see Manage Build Information and Control Verbosity.
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Enumeration BuildVerbosity
public enum BuildVerbosity
public enum class BuildVerbosity
type BuildVerbosity
public enum BuildVerbosity
Members
Member name | Description | |
---|---|---|
Detailed | Provides detailed information about the build. | |
Diagnostic | Provides additional debugging information about the build. | |
Minimal | Provides minimal information about the build. | |
Normal | Provides typical information about the build. |