Hello,
I'm looking to get the Build Number or Build Name of what Builds a particular ChangeSetID will trigger. I see there's a TfsWarehouse.dbo.[Build Changeset] table, but the TfsWarehouse DB is only populated every so often, I need this information after the TFS CheckIn Alert is fires. I've created a Check In Service that creates Code Review Work Items based on Application and assigns them to their Application Owner.
Is there a way to get at what Build will kickoff based on a ChangeSetId?
I'm ok with using the TFS API or querying the DB directly.
Thanks, Tim