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
Sets the filename for the package output
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Package Settings Extensions
Syntax
public static VagrantPackageSettings OutputToFile(this VagrantPackageSettings settings, FilePath path)
Parameters
Name | Type | Description |
---|---|---|
settings | Vagrant |
The settings |
path | FilePath | Path to output the package to |
Return Value
Type | Description |
---|---|
Vagrant |
The updated settings object |