devlife
devlife

Reputation: 16155

How to start another build when a build succeeds in TFS 2013

In TFS 2013 I have Build A which compiles and runs unit tests. I also have Build B which deploys to a dev server. How can I start build B when Build A succeeds in TFS 2013?

Upvotes: 0

Views: 620

Answers (1)

Oswald
Oswald

Reputation: 1272

You create a custom Workflow, Download the build Definition and then add the "Start Build"-Activity. Choose your build-workflow in the build-definition and voilà

Upvotes: 2

Related Questions