Visual Build Professional.
I’ve been searching for a really easy way to automate putting together builds of Ideal BB.NET. Putting together a build usually takes about a day to do and has a lot of small steps. For example:
- Do a clean release build in visual studio
- Copy the files to a new directory
- Clean out the web.config files
- Remove read-only on the files
- Remove custom avatars and uploaded files
- Run codeveil on the DLL’s to obfuscate them
- Create directories for each of the builds CORP, LITE, etc..
- Run SQL DIFF on the new database and create upgrade scripts
- Zip up each release folder
- Copy the files up to the web server.
Using Visual Build Professional, I’ve automated almost all of this so that I can press a button, relax with a cup of coffee and watch everything automatically put together. Its really easy to use and works very well. Visual Build Professional.

