Search code examples
tfsbuild-process

TFS "Copy Outputs to Drop Folder" parameter in build process template


I want do some job in my build process template only if parameter "Copy Outputs to Drop Folder" is set to true. Is there any variable that is associated with this parameter?


Solution

  • I've managed to do it by checking Not String.IsNullOrEmpty(BuildDetail.DropLocation).