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 multiple machines up in parallel if the provider supports it.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Up Settings Extensions
Syntax
public static VagrantUpSettings EnableParallel(this VagrantUpSettings settings)
Remarks
Please consult the provider documentation to see if this feature is supported.
Parameters
Name | Type | Description |
---|---|---|
settings | VagrantUpSettings | The settings |
Return Value
Type | Description |
---|---|
VagrantUpSettings | The updated settings object |