Summary
Gets alternative file paths which the tool may exist in.
- Namespace
- Cake
.Common .Tools .XBuild - Containing Type
- XBuildRunner
Syntax
protected override IEnumerable<FilePath> GetAlternativeToolPaths(XBuildSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | XBuildSettings | The settings. |
Return Value
Type | Description |
---|---|
IEnumerable |
The default tool path. |