The Get task retrieves a read-only copy of the files and folders in a workspace by using specified options.
REQUIRED. Team Foundation Server URL.
The build URI.
REQUIRED. The workspace name.
The file versionspec. By default the versionspec used is T, or the latest version.
The items in the workspace. By default, Team Foundation Build gets all items in the workspace specified by the WorkspaceName property.
Specifies whether to overwrite writable files that are not checked out.
Populate the Gets, Replaces, Deletes and GetWarnings Item Groups
Specifies whether to display what would occur without actually performing the Get operation.
Specifies whether files are retrieved recursively.
Specifies whether the files are retrieved incrementally.
The Label task attaches a label to the latest version of the files in the workspace.
REQUIRED. Team Foundation Server URL.
REQUIRED. The label name. By default, the name of the label created by Team Foundation Build is the same as the BuildNumber property.
The version of the file or folder.
Specifies the scope of the label
REQUIRED. The items to be labeled.
This corresponds to the /child option of tf.exe label command.
Specifies whether the files are labeled recursively.
The comment used for the label by Team Foundation Build.
The GenCheckinNotesUpdateWorkItems task associates changesets and work items with a specified build.
REQUIRED. Team Foundation Server URL.
REQUIRED. The URI for the build definition.
The Team Foundation Build build number.
REQUIRED. The version number label to which the changesets and work items are associated.
The starting version number label from which the changesets and work items are associated.
Boolean property that specifies whether the Microsoft.VSTS.Build.IntegrationBuild of the associated work items should be updated with the build number.
The CreateNewWorkItem task creates a new work item of the specified type and with the specified title and description.
REQUIRED. Team Foundation Server URL.
The Team Foundation Build build number.
REQUIRED. The work item description.
REQUIRED. The team project name.
REQUIRED. The work item title.
Specifies a list of field names and values for the created work item.
The work item type.
The CreateWorkspaceTask task creates a workspace with the name and mapping file specified in the TFSBuild.proj file.
REQUIRED. Team Foundation Server URL.
REQUIRED. The URI for the build definition.
REQUIRED. The build directory.
REQUIRED. The solution root for directory for source files.
REQUIRED. The workspace name.
The comment used for the workspace.
The DeleteWorkspaceTask task deletes the workspace left by the previous build.
REQUIRED. Team Foundation Server URL.
Indicates whether local items that are specified in the workspace mappings are deleted or not.
REQUIRED. The workspace name.
The TestToolsTask task runs tests for an end-to-end build or for a desktop build.
The build configuration e.g. debug
The platform e.g. x86
The Team Foundation Server URL.
The build number for the build.
The search path for test files.
Specifies where test results get uploaded.
The test metadata file.
The test configuration file.
The test list that is contained in the test metadata file.
The team project name.
The files that contain tests.
The UpdateBuildNumberDropLocation updates the build number and drop location in the Team Foundation version control database.
REQUIRED. Team Foundation Server URL.
REQUIRED. The URI for the build definition.
REQUIRED. The new build number.
REQUIRED. The new drop location.
The BuildStep task is a convenience task that adds, and potentially updates via the output ID property, a BuildStep.
REQUIRED. Team Foundation Server URL.
If specified, this is the Id of the build step that is updated. If not specified, a new build step is created.
REQUIRED. The URI for the build definition.
The name of the build step that this task adds.
The message that is displayed in the build report in the build steps section.
The status for the build step.
The GetBuildProperties task outputs the initial values for the build properties.
REQUIRED. Team Foundation Server URL.
REQUIRED. The URI for the build definition.
The SetBuildProperty task sets various properties for a build.
REQUIRED. Team Foundation Server URL.
REQUIRED. The URI for the build definition.
The build number.
The label name.
The Log Location.
The compilation status. Valid values are Succeeded, Failed and Unknown.
The drop location.
The build quality.
The build status. Valid values are NotStarted, InProgress, Succeeded, PartiallySucceeded, Failed, and Stopped.
The test status. Valid values are Succeeded, Failed, and Unknown.
The WorkspaceItemConverterTask task converts server items to local items and local items to server items.
REQUIRED. Team Foundation Server URL.
REQUIRED. The workspace name.
The workspace owner.
The server items that are converted to local items.
The local items that are converted to server items.