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