Aidan Lawless
Aidan Lawless

Reputation: 51

TFS 2010 no longer associating changesets with builds

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

I've checked ...

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...

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

Thanks

Aidan

Upvotes: 4

Views: 2587

Answers (1)

Jarrett Coggin
Jarrett Coggin

Reputation: 1330

Aidan,

You should be looking for the following item in your workflow template:

Associate Changes

Make sure that this has not been tampered with, and if it has, correct the changes. As others have said, check the history in source control for the workflow template file.

Upvotes: 3

Related Questions