Chris K.
Chris K.

Reputation: 153

Get number of lines added/edited/deleted per changeset in Visual Studio 2013+

Our dev. team needs to implement auditing for our work; is there a way to get the number of lines added, edited and deleted per changeset?

The idea is that, per work/task/PBI item that a changeset is associated with we would like to get the number of lines affected.

Is this possible?

Upvotes: 0

Views: 1009

Answers (1)

Rashwan L
Rashwan L

Reputation: 38843

If you are using the TFS Build feature you can use a standard report to view the code churn Build Quality Indicators. Otherwise you can check this guide of how to get that information.

Upvotes: 2

Related Questions