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
Destroy the newly created machine if a fatal, unexpected error occurs.
This will only happen on the first vagrant up.
By default this is set.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- VagrantUpSettings
Syntax
public Nullable<bool> DestroyOnError { get; set; }
Value
Type | Description |
---|---|
Nullable |
true to destroy the machine. Defaults to true |