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
Gets or sets a value controlling whether to run provisioners on reload.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Provisioner Settings
Syntax
public bool RunProvisioners { get; set; }
Remarks
Defaults to false
Value
Type | Description |
---|---|
bool | true to run provisioners, otherwise they will not be run. |