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 the working directory.
Defaults to the currently set working directory.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant - Containing Type
- VagrantRunner
Syntax
protected override DirectoryPath GetWorkingDirectory(VagrantSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | VagrantSettings | The settings. |
Return Value
Type | Description |
---|---|
DirectoryPath | The working directory for the tool. |