This is a code sample to show how to get information about builds run under a Visual Studio Team Services (VSTS) account or a collection on a Team Foundation Server (TFS).
Перейти к файлу
scotkelly 1aa8eea51a License update. 2016-02-17 09:34:50 -08:00
GetVSTSBuildUsage Initial commit. 2016-01-29 14:59:07 -08:00
.gitattributes Initial commit. 2016-01-29 14:59:07 -08:00
.gitignore Initial commit. 2016-01-29 14:59:07 -08:00
GetVSTSBuildUsage.sln Initial commit. 2016-01-29 14:59:07 -08:00
LICENSE.TXT License update. 2016-02-17 09:34:50 -08:00
README.md Correcting syntax when running GetVSTSBuildUsage.exe 2016-02-01 14:19:46 -08:00

README.md

GetVSTSBuildUsage

This is a code sample to show how to get information about builds run under a Visual Studio Team Services (VSTS) account or TFS collection.

Example usage: GetVSTSBuildUsage.exe [Path to VSTS Account or TFS collection] [Minimum Build Finish Date] [Maximum Build Finish Date]

An example when calling VSTS to get the build usage for a month:

GetVSTSBuildUsage.exe https://myaccount.visualstudio.com/defaultcollection 1/1/2016 1/31/2016