Hello,
I now how to use FinalBuilder to work with NUnit and some similar tools, but I want to do a few extra things:
With regards to workflow orchestration, when I want to kick off the whole build thing from FinalBuilder, would the below be the right order of tasks?
Execute a build from FinalBuilder, which: Checks in code to source control > CI (in my case cruisecontrol.net) gets the latest build > unit testing, documentation etc generated
So I say check my files in, then I setup cruisecontrol task from finalbuilder and get the latest source code, and then do all my testing and document generation etc.
I'm looking to use FinalBuilder to sechedule a weekly build which would, amongst several tasks, also burn my code to a DVD for safety purposes.
BTW I use finalbuilder standard. Is it possible to upgrade to finalbuilder pro? Does finalbuilder pro use the same shell as finalbuilder standard? IE unlocks new features in standard.
Thanks