Dmitry Fedorkov
Dmitry Fedorkov

Reputation: 4419

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?

Upvotes: 1

Views: 1035

Answers (1)

Dmitry Fedorkov
Dmitry Fedorkov

Reputation: 4419

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

Upvotes: 1

Related Questions