TfsBuild Class
Represents the activity for the Team Foundation Server build process.
Inheritance Hierarchy
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)
Syntax
‘선언
<ToolboxBitmapAttribute(GetType(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")> _
<BuildCategoryAttribute> _
<ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)> _
Public NotInheritable Class TfsBuild _
Inherits Activity
[ToolboxBitmapAttribute(typeof(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")]
[BuildCategoryAttribute]
[ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)]
public sealed class TfsBuild : Activity
[ToolboxBitmapAttribute(typeof(TeamBuildBaseActivityDesigner), L"DefaultBuildIcon.png")]
[BuildCategoryAttribute]
[ActivityTrackingAttribute(ActivityTrackingOption::ActivityOnly)]
public ref class TfsBuild sealed : public Activity
[<Sealed>]
[<ToolboxBitmapAttribute(typeof(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")>]
[<BuildCategoryAttribute>]
[<ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)>]
type TfsBuild =
class
inherit Activity
end
public final class TfsBuild extends Activity
The TfsBuild type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TfsBuild | Initializes a new instance of the TfsBuild class. |
Top
Properties
Name | Description | |
---|---|---|
BinariesSubdirectory | Gets or sets the name of the subdirectory to drop the binaries. | |
BuildDirectory | Gets or sets the root directory of the build. | |
CacheId | Gets the identifier of the cache that is unique within the scope of the workflow definition. (Inherited from Activity.) | |
CommandLineArguments | Gets or sets the command line arguments for the TfsBuild process. | |
ConfigurationFolderPath | Gets or sets the path to the configuration folder. | |
Constraints | Gets a collection of Constraint activities that can be configured to provide validation for the Activity. (Inherited from Activity.) | |
DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.) | |
DoNotDownloadBuildType | Gets or sets a flag indication whether to download the build type. | |
Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) | |
Implementation | Gets or sets the delegate that returns an Activity that contains the execution logic. (Inherited from Activity.) | |
LogFilePerProject | Gets or sets a flag indicating whether to write a separate log file per project. | |
MaxProcesses | Gets or sets the maximum number of concurrent build processes to execute. | |
RecursionType | Gets or sets the recursion type. | |
SourcesSubdirectory | Gets or sets the subdirectory for source files. | |
TestResultsSubdirectory | Gets or sets the subdirectory to drop test results. | |
ToolPath | Gets or sets the tool path. | |
ToolPlatform | Gets or sets the tool platform. | |
Verbosity | Gets or sets the verbosity of the build. |
Top
Methods
Name | Description | |
---|---|---|
CacheMetadata | Creates and validates a description of the activity’s arguments, variables, child activities, and activity delegates. (Inherited from Activity.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity.) | |
ShouldSerializeDoNotDownloadBuildType | Checks whether to serialize the DoNotDownloadBuildType property as a XAML string. | |
ShouldSerializeLogFilePerProject | Checks whether to serialize the LogFilePerProject property as a XAML string. | |
ShouldSerializeMaxProcesses | Checks whether to serialize the MaxProcesses property as a XAML string. | |
ShouldSerializeRecursionType | Checks whether to serialize the RecursionType property as a XAML string. | |
ShouldSerializeToolPlatform | Checks whether to serialize the ToolPlatform property as a XAML string. | |
ShouldSerializeVerbosity | Checks whether to serialize the Verbosity property as a XAML string. | |
ToString | Returns a String that contains the Id and DisplayName of the Activity. (Inherited from Activity.) |
Top
Remarks
This is not meant to be used in custom builds.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace