DotNetCoreGlobalToolAliases.

DotNetCoreGlobalToolInstall(ICakeContext, string, DotNetCoreGlobalToolInstallSettings) Method

Syntax

public static void DotNetCoreGlobalToolInstall(this ICakeContext context, string packageId, DotNetCoreGlobalToolInstallSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext
packageId string
settings DotNetCoreGlobalToolInstallSettings

Return Value

Type Description
void