Cake.VsMetrics addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.VsMetrics.
Contains functionality related to Visual studio's metrics.exe command line tool.
In order to use the commands for this addin, you will need to install the metrics power tool (which is currently not included in a Visual Studio installation). Afterwards include the Addin in your cake build script and you are ready to go:
#addin Cake.VsMetrics
General
VsMetrics Alias from Cake.VsMetrics addin |
Runs metrics.exe against the specified collection of input FilePath, and outputs to specified output FilePath with the specified VsMetricsSettings |
VsMetrics Alias from Cake.VsMetrics addin |
Runs metrics.exe against the specified collection of input FilePath, and outputs to specified output FilePath |