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.

link|improve this question

feedback

2 Answers

up vote 7 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.