mmmm
mmmm

Reputation: 2471

Cruisecontrol.net dependencies

I have a question about dependencies in CCNET. I have several projects, each of them are dependant on another project (a control library as it is referred to internally). When the control library project is changed, and triggers a recompile, how do I get the other dependent projects to be rebuilt?

Upvotes: 1

Views: 1057

Answers (2)

Pondidum
Pondidum

Reputation: 11637

We also have many interdependent projects too, which we solve by telling MSBuild to build a solution file which contains all the projects requires, and in the appropriate build order.

Upvotes: 0

Igor Brejc
Igor Brejc

Reputation: 19004

By using project triggers.

Upvotes: 3

Related Questions