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
Bring the machine up with the given provider. By default this is "virtualbox".
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Up Settings Extensions
Syntax
public static VagrantUpSettings UseProvider(this VagrantUpSettings settings, string provider)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | VagrantUpSettings | The setings |
| provider | string | Name of the provider to use (e.g. "hyperv") |
Return Value
| Type | Description |
|---|---|
| VagrantUpSettings | The updated settings object |
