FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

DotNetLocalTool Type

Information about a dotnet tool

Record fields

Record Field Description

Options

Full Usage: Options

Field type: Options -> Options

Parameters as for the dotnet call

Field type: Options -> Options

PackageName

Full Usage: PackageName

Field type: string option

Currently ignored

Field type: string option

ToolCommandName

Full Usage: ToolCommandName

Field type: string option

The command name of the tool (the first argument of 'dotnet'). For example `"fake"` for `dotnet fake`. By default we usually fallback to the executable name of ToolPath without file extension.

Field type: string option

Instance members

Instance member Description

this.WithDefaultToolCommandName

Full Usage: this.WithDefaultToolCommandName

Parameters:
    toolCommandName : string

Returns: DotNetLocalTool
toolCommandName : string
Returns: DotNetLocalTool

Static members

Static member Description

DotNetLocalTool.Create()

Full Usage: DotNetLocalTool.Create()

Returns: DotNetLocalTool
Returns: DotNetLocalTool

DotNetLocalTool.Create(install)

Full Usage: DotNetLocalTool.Create(install)

Parameters:
Returns: DotNetLocalTool
install : Options -> Options
Returns: DotNetLocalTool