Reputation: 4419
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
Reputation: 4419
I've managed to do it by checking Not String.IsNullOrEmpty(BuildDetail.DropLocation)
.
Upvotes: 1