I have recently learned about continuous integration. From my understanding, its a way to automatically push code to a test environment once code is checked in. Then, you can eventually easily push that code to a production environment.
Currently, I am using TFS for my source control for an ASP.NET MVC 3 project. My question is, what are the recommendations for continuous integration. Unfortunately, I do not have a budget to actually buy something. With that limitation in mind, what do other devs recommend?
Thank you!
Since you are using TFS you should be able to do continuous integration with team foundation without the need to buy anything else.