MiniCoverAliases.

SetMiniCoverToolsProject(ICakeContext, FilePath) Method

Summary

Set the location of the 'csproj' that contains the MiniCover DotNetCliToolReference and restore packages for it
Assembly
Cake.MiniCover.dll
Namespace
Cake.MiniCover
Containing Type
MiniCoverAliases

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

Type Description
void