Our TFS 2010 server has stopped associating change sets with builds and i cant for the life of me figure out why.

  • All the current builds are in a status of 'Build Succeeded'
  • the build definition has both the 'associate changesets and work items' and 'label sources' set to true.
  • The build goes through just fine

I've checked ...

  • the source control history for the solutions and they all have labels assigned associated with the build number
  • the diagnostic version of the log shows...

Final Property Values

 AgentSettings = Use agent where Name=* and Tags is empty; Max Wait Time: 04:00:00
 AssociateChangesetsAndWorkItems = True
 BuildNumberFormat = IQ_$(Date:yyyyMMdd)$(Rev:.r)
 BuildSettings = Build 2 project(s) for 1 platform(s) and configuration(s)
 CleanWorkspace = All
 CreateLabel = True
 CreateTriggerFileList = False
 CustomArguments = 

and no errors relating to labels that i can see.

I've tried...

  • deleting the build definition and setting it up again

Any help would be appreciated, I'm just not sure where to start looking next.

Thanks

Aidan

link|improve this question
Check history of the DefaultTemplate.xaml (or the template you use). Someone might have change it – KMoraz Feb 23 at 19:38
Yes, can you list any customizations you have made to the build process template? You can very easily break this functionality if you remove too much. Will respond with an answer after we know which customizations have been made. – Ed Blankenship Feb 23 at 22:34
Thanks guys, I reloaded the template from a backup and its all working now ! Now to find the culprit .... ! Thanks – Aidan Lawless Feb 24 at 10:21
feedback

1 Answer

As per your stated comment "Thanks guys, I reloaded the template from a backup and its all working now ! Now to find the culprit ", the following focuses on that:

Open the build log of a Build conducted with the erroneous template & search for "Associate Changesets and Work Items".
Compare what you are seeing against a similar search in the build log of a succeeding build.

In the DefaultTemplate.xaml this goes down in the path
Process >> Sequence >> Run On Agent >> Try Compile, Test >> Sequence >> Compile, Test, and Asociate Changesets and Work Items >> If AssociateChangesetAndWorkItems >> Associate Changesets and Work Items for non-Shelveset Builds

Once you 've spotted a difference, right-click it in Source Control Explorer and select "Annotate". This shall open the file as XAML, search for the difference and see in the left-hand site who committed the change - with what changeset.

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.