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.Netlify.
Summary
Gets alternative file paths which the tool may exist.
- Assembly
- Cake
.Netlify .dll - Namespace
- Cake
.Netlify - Containing Type
- NetlifyTool
<TSettings>
Syntax
protected override IEnumerable<FilePath> GetAlternativeToolPaths(TSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | TSettings | The settings. |
Return Value
Type | Description |
---|---|
IEnumerable |
The default tool path. |