VagrantUpSettings.

DestroyOnError Property

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<bool> true to destroy the machine. Defaults to true