PnpmTool<TSettings>.

GetToolExecutableNames() Method

Summary

Gets the possible names of the tool executable.
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Containing Type
PnpmTool<TSettings>

Syntax

protected override sealed IEnumerable<string> GetToolExecutableNames()

Attributes

Type Description
IteratorStateMachineAttribute

Return Value

Type Description
IEnumerable<string> The tool executable name.