R – Automate Builds in .net

automationbuildnetvdproj

I have a solution sln, with 50 projects (vbproj, csproj, and setup project).

I need automatize Build of all solution, and projects (set of projects of solution folder), and setup project (vdproj).

My vdproj (setup project) has Post Build Event..

First, how can I automatize build for vdproj ?? I only can execute a command for build it in release and the copy Outputs (setup.exe, *.msi) to another folder.

Best Answer

There are number of application which can help you to make automatic build, e.g. Cruise Control.

Additionally, you can create your own by using the MSBUILD.EXE, that is part of Windows SDK.