user62958
user62958

Reputation: 4929

Cruiscontrol Force Build After Build Fails

buildafterfailed="true" does'nt work in .net, How can I do the same thing? I'm trying to have cruisecontrol triggers force builds until the build is successful.

Upvotes: 1

Views: 208

Answers (1)

skolima
skolima

Reputation: 32714

You can use Project Trigger with triggerStatus set to Failure and have a project monitor itself. buildafterfailed is specific to CruiseControl, from which CruiseControl.Net has diverged quite a lot.

As a side note - doing this either way is probably a bad idea.

Upvotes: 1

Related Questions