user1161137
user1161137

Reputation: 1117

Auto Build on specific configurations

Currently using vs2010.

While trying to expand on this previous question:

Create multiple versions of a project

How can you now AUTO build on each configuration? is that possible? I need to have TFS trigger these specific builds.

Upvotes: 0

Views: 182

Answers (1)

Isaiah4110
Isaiah4110

Reputation: 10080

Open your Build Definition -> Process -> 1. Required -> Items to Build -> "Configurations to Build".

Select the configurations in which you want your solution to be compiled.

Upvotes: 1

Related Questions