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
Adds extra files to be included with the box
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Package Settings Extensions
Syntax
public static VagrantPackageSettings IncludeInPackage(this VagrantPackageSettings settings, params FilePath[] files)
Parameters
Name | Type | Description |
---|---|---|
settings | Vagrant |
The settings |
files | FilePath[] | Collection of FilePath objects to add to the package |
Return Value
Type | Description |
---|---|
Vagrant |
The updated settings object |