This documentation is archived and is not being maintained.

TfsBuild Class

Represents the activity for the Team Foundation Server build process.

System.Object
  System.Activities.Activity
    Microsoft.TeamFoundation.Build.Workflow.Activities.TfsBuild

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

'Declaration
<BuildCategoryAttribute> _
<ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)> _
<ToolboxBitmapAttribute(GetType(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")> _
Public NotInheritable Class TfsBuild _
	Inherits Activity

The TfsBuild type exposes the following members.

  NameDescription
Public methodTfsBuildInitializes a new instance of the TfsBuild class.
Top

  NameDescription
Public propertyBinariesSubdirectoryGets or sets the name of the subdirectory to drop the binaries.
Public propertyBuildDirectoryGets or sets the root directory of the build.
Protected propertyCacheIdGets the identifier of the cache that is unique within the scope of the workflow definition. (Inherited from Activity.)
Public propertyCommandLineArgumentsGets or sets the command line arguments for the TfsBuild process.
Public propertyConfigurationFolderPathGets or sets the path to the configuration folder.
Public propertyDisplayNameGets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.)
Public propertyDoNotDownloadBuildTypeGets or sets a flag indication whether to download the build type.
Public propertyIdGets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.)
Public propertyLogFilePerProjectGets or sets a flag indicating whether to write a separate log file per project.
Public propertyMaxProcessesGets or sets the maximum number of concurrent build processes to execute.
Public propertyNodeReuse
Public propertyRecursionTypeGets or sets the recursion type.
Public propertySourcesSubdirectoryGets or sets the subdirectory for source files.
Public propertyTargetsNotLogged
Public propertyTestResultsSubdirectoryGets or sets the subdirectory to drop test results.
Public propertyToolPathGets or sets the tool path.
Public propertyToolPlatformGets or sets the tool platform.
Public propertyVerbosityGets or sets the verbosity of the build.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodShouldSerializeDisplayNameIndicates whether the DisplayName property should be serialized. (Inherited from Activity.)
Public methodToStringReturns a String that contains the Id and DisplayName of the Activity. (Inherited from Activity.)
Top

This is not meant to be used in custom builds.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: