BaseCodeActivity Members

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The BaseCodeActivity type exposes the following members.

Properties

  NameDescription
Public propertyFailBuildOnError
Set to true to fail the build if the activity logs any errors. Default is false
Public propertyIgnoreExceptions
Set to true to ignore any unhandled exceptions thrown by activities. Default is false
Public propertyLogExceptionStack
Set to true to log the entire stack in the event of an exception. Default is true
Public propertyTreatWarningsAsErrors
Set to true to fail the build if the activity logs any errors. Default is false

See Also