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
Requests a specific provider as per the
Provider property
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Box Add Settings Extensions
Syntax
public static VagrantBoxAddSettings UseProvider(this VagrantBoxAddSettings settings, string provider)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Vagrant |
The settings |
| provider | string | The requested provider |
Return Value
| Type | Description |
|---|---|
| Vagrant |
The updated settings object |
