Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS 2010 Automated Build Server

I'm looking to create an automatic build server which runs either when the developer check in changes to a solution or a certain time frame is reached (say 24 hours).

I've looked around, and from what I understand - VS2010 has a different CI to older version, and as such, I can't find much information regarding such a process.

like image 244
Bob Avatar asked Oct 25 '10 15:10

Bob


2 Answers

Both of your suggested options are built into the Build definition in TFS 2010.

Go to: TFS Explorer->Builds->New Build Definition->Trigger

alt text

like image 171
p.campbell Avatar answered Sep 27 '22 21:09

p.campbell


Here's a good tutorial to get you started:

Link

like image 43
AdamH Avatar answered Sep 27 '22 21:09

AdamH