Get list of files from tfs changeset
问题 I need to get a list of changed files from chageset only and exclude all other junk. I can get this information from the command tf changeset /i $(changesetnumber) but besides of List of files i have a lot of other information which I dont need for my purposes. Or maybe someone can tell how to get this list of files from ccnet so I can send it to my msbuild.proj file via property. 回答1: You could use the TFS API to get the information you want. Here's some example C# code that will select the