Cruise control: should deployment be in tasks or publishers?

Posted by Aligma on Stack Overflow See other posts from Stack Overflow or by Aligma
Published on 2011-01-13T04:16:31Z Indexed on 2011/01/14 13:53 UTC
Read the original article Hit count: 174

Filed under:

I'm setting up a Cruise Control configuration for one project. I have an <msbuild> task under <tasks>. It seems that I have the option of putting my file deployment under either <tasks> or <publishers>.

Logically I would think it should reside under <publishers> but none of the examples I have seen online work this way.

Should deployment happen within in <tasks> or <publishers>?

© Stack Overflow or respective owner

Related posts about cruisecontrol.net