5
votes

TFS2012

We have CI builds on our 'Main' branch. But when code is checked in and work items associated it is done on our 'DEV' branch. Those 'DEV' changes are then merged to 'Main'.

I think this is pretty standard. My question though is why do we not see "Integrated build" field on the work items updated after DEV is merged to Main? Is there anyway to make this happen?

1
Association occurs on build, not merge. You also need to have a build triggered from the merge changeset.KMoraz
I know the association is on build, but the first build doesn't occur until the code is merged to it's release branch. I was hoping the association would be propagated to merge so that build would update the integrated build field.Brian

1 Answers

1
votes