Cruise control: should deployment be in tasks or publishers?
- by Aligma
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>?