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
Includes an additional Vagrantfile with the packaged box
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Package Settings Extensions
Syntax
public static VagrantPackageSettings IncludeVagrantFile(this VagrantPackageSettings settings, FilePath vagrantFile)
Parameters
Name | Type | Description |
---|---|---|
settings | Vagrant |
The settings |
vagrantFile | FilePath | FilePath for the Vagrantfile to include |
Return Value
Type | Description |
---|---|
Vagrant |
The updated settings object |