Count Lines of Code Build TaskA build task for Visual Studio Team Services (VSTS) made with ♥ byto count your lines of code.ContentInstallationInstallation can be done using Visual Studio MarketPlace. Source CodeSource code can be found on GitHub. What The Build Step DoesThis build step is counting your lines of code with using the cloc CLI. The result is reported as a section on the build summary page. UsageAdd the task to your build configuration: Arguments have to be specified: By default the cloc CLI is running in the root of the repository, you can modify that in the advanced settings as the working folder task parameter: By default the cloc CLI is downloaded from the url: But now file shares and local files are supported to such as:
or
Release Notes
License |