Generate folder structure of a changeset after checkin in VSO

50 views Asked by At

I am trying to generate a folder structure of all modified files in the solution after I do a check in to Visual Studio Online from Visual Studio 2013.

Is this possible using powershell or VSO, tfs ?

1

There are 1 answers

0
Edward Thomson On

If you only want to get the files changed for a particular changeset, you can use the "get changeset" power tool.

For example:

tfpt getcs -changeset:42