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.MiniCover.
Summary
Set the location of the 'csproj' that contains the MiniCover DotNetCliToolReference
and restore packages for it
Syntax
public static void SetMiniCoverToolsProject(this ICakeContext ctx, FilePath miniCoverHelperProject)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
ctx |
ICakeContext |
The context. |
miniCoverHelperProject |
FilePath |
The path to the csproj to use for MiniCover. |
Return Value