TfsSource Properties | MSBuild Extension Pack Help 4.0.12.0 |
The TfsSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
All |
Forces all files to be retrieved, not just those that are out-of-date.
|
|
Auto |
Resolves outstanding conflicts between different versions of specified items in the current workspace
AcceptMerge, AcceptTheirs, AcceptYours, OverwriteLocal, DeleteConflict, AcceptYoursRenameTheirs
|
|
Baseless |
Set to true to perform a merge without a basis version
|
|
Bypass |
Bypasses a gated check-in requirement. Default is false.
|
|
Changeset |
Gets the Changeset details
|
|
Comments |
Sets the comments.
|
|
Destination |
Sets the Destination for a Merge
|
|
ExitCode |
Gets the ExitCode
|
|
Force |
Implies All and Overwrite.
|
|
ItemCol |
Sets the Item Collection of files to use.
|
|
ItemPath |
Sets the files or folders to use.
|
|
LabelName |
Sets the Label Name.
|
|
LabelScope |
Sets the Label Scope
|
|
Login |
Sets the Login. TFS2010 and greater only.
|
|
NewName |
Used to resolve a name collision conflict. Can only be used in conjunction with AcceptMerge and AcceptYoursRenameTheirs. With AcceptMerge, /newname is only valid with conflicts that involve rename and/or undelete. If used, you must supply a new path.
|
|
Notes |
Sets the notes.
|
|
OverrideText |
Lets you set text to override check-in policies
|
|
Overwrite |
Overwrites writable files that are not checked out.
|
|
PendingChanges |
Gets the pending changes in the format '/Format:detailed'
|
|
PendingChangesExist |
Gets whether pending changes exist for a given ItemPath
|
|
PendingChangesExistItem |
Task Item stores whether changes exist for the given ItemPath. Identity stores the path, PendingChangesExist metadata stores boolean.
|
|
Recursive |
Sets whether the Tfs operation should be recursive. Default is true.
|
|
Server |
Sets the TFS Server
|
|
Version |
Sets the version of Tfs. Default is 2013
|
|
VersionSpec |
Sets the version spec for Get or changeset number for GetChangeset. If no VersionSpec is provided for GetChangeset, then /latest is used.
|
|
WorkingDirectory |
Sets the working directory. If the directory is mapped in a workspace, then there is no need to specify the Server.
|
See Also