tfstfsbuildtfs-2008

TFS 2008 Gated Checked-in builds


I have a build in TFS 2008 that gets triggered for every check-in, and what I need is following

I have the following queries

  1. Does the Buddybuild solves this problem?
  2. I run some unit tests as part of my build script (standard way), however when the unit tests fails, the buddy build still checkin the code ? How can i make sure that the checkins are not applied when the test fails or if the build fails for any reason? Is there a variable that I can set to make sure that the buddy build does not checkin the code? After looking at the buddy build targets file, it seems like setting $(CheckInOnBuddyBuildSuccess) to false would do it ? Is this the correct approach?

Awaiting

Nabeel


Solution

  • http://buddybuild.codeplex.com/discussions/251517