Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
Minimal | Provides minimal information about the build. | |
Normal | Provides typical information about the build. | |
Detailed | Provides detailed information about the build. | |
Diagnostic | Provides additional debugging information about the build. |