11

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.

Chris Ballance
  • 33,810
  • 26
  • 104
  • 151
Bob
  • 3,074
  • 11
  • 43
  • 62

2 Answers2

12

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

p.campbell
  • 98,673
  • 67
  • 256
  • 322
10

Here's a good tutorial to get you started:

Link

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
AdamH
  • 1,378
  • 9
  • 10