Hi all,
I'd like to setup some sort of automated build tool. Whenever code is checked in to the project, I get an e-mail.
I'd like to have a separate project download the latest code, and attempt to build.
Can someone tell me how to go about this?
Printable View
Hi all,
I'd like to setup some sort of automated build tool. Whenever code is checked in to the project, I get an e-mail.
I'd like to have a separate project download the latest code, and attempt to build.
Can someone tell me how to go about this?
I believe Team City can do this. You can also create a custom MS Build file to compile what you need and run it on a schedule against the VB compiler through the Task Scheduler.
Thank you!Quote:
Originally Posted by kasracer