Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I would like to automate compilation of a number of solutions I have. Each solution contains a number of projects. Ideally I would like to be able to compile all those solutions in an order I specify late at night when the computer is not in use. I'm trying to set up daily builds. Does anyone know if this is possible and how to go about it? If I could some how compile the solutions via command line then I know I could easily add a scheduled task to compile them when I want to. Thanks!

 

--Rajaat

Posted
Thanks, but I needed find a way to automatically build preexisting Visual Studio .NET solutions (*.sln files). I did some digging and devenv.com, a tool provided by Visual Studio .NET, will build my *.sln solution files. I just created a *.cmd batch file to loop through all the solution files and scheduled it with Windows Task Scheduler. Thanks again!
Posted
devenv.com will build all the C++ projects in those solutions. I also have a number of VB and C# projects, but those are not built. Although this has not fixed everything I am building 34 projects out of about 40. Not bad! Any suggestions on how to cover those VB and C# projects would be appreciated.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...