Night Code Metrics in Visual Studio 2010

Can I set up a process that runs overnight (every night) to run Visual Studios code metrics analysis?

+3
source share
2 answers

Yes, it is very possible. It is called a build server. TeamCity, CC.Net and TFS (etc.) offer all the possibilities for completing a task every day, which compiles your code and performs other functions, such as calculating indicators and analyzing code, etc.

+8
source

Source: https://habr.com/ru/post/1764673/


All Articles