How can I obtain a list of modified files within a 'changeset' range from team foundation server thr
- by Colin W
I'm trying to create a tool which will help my team perform code reviews on a more regular basis without it's usual massive overhead.
At the moment the manual process involves using Team Foundation Sidekicks to identify the Changesets and then exporting that to excel to filter the results to find which items need to be reviewed (e.g. code files).
I've heard mention of using a TFS API, but found very little help online possibly because I was asking google 'the wrong questions'.