RoboCopy Properties

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The RoboCopy type exposes the following members.

Properties

  NameDescription
Public propertyAction
Specifies the action to perform
Public propertyDestination
Destination Dir (drive:\path or \\server\share\path).
Public propertyFiles
File(s) to copy (names/wildcards: default is "*.*").
Public propertyLogToBuild
Set to true to log output to the build progress screen. Default is false
Public propertyOptions
Type 'robocopy.exe /?' at the command prompt for all available options
Public propertyReturnCode
Gets the Return Code from RoboCopy
Public propertySource
Source Directory (drive:\path or \\server\share\path).

See Also