Skip to content

jrobsondev/TFSCodeReviewTool

Repository files navigation

TFSCodeReviewTool

A console application to produce a report for a TFS Code Review.

Commands

Command(s) Required? Default Value Description
-p, --ProjectName ✔️ The name of the project in Azure Devops that contains the review(s)
-w, --ReviewWorkItemIds ✔️ A list of work item ids that you would like to print a report for, separated by a space
--ir false If present then an individual report will be created for each ReviewWorkItemId provided, otherwise a single "merged" report will be created
--slfp Current user's Documents folder Custom file path to save the reports to
--fnfs "{0}-{1}-{2}" A format string for the filename
  • {0} = Project Name
  • {1} = Work Item Number (This is 'Merged' for merged review)
  • {2} = Current Date Time
--dtfs "d" The format that the date will be in for the filename

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages