my case , i want to copy from Folder TFS to build drop location when my build succeeded
i am using copy directory activity, in copy activity directory
- destination directory ="Build Drop Location"
BuildDetail.DropLocation
- source directory ="TFS Floder"
i know that build agent get source code from TFS to its machine on to this path
$(SystemDrive)\Builds\$(BuildAgentId)\$(BuildDefinitionPath)
, so how i want to get this path to use it in copy activity