VagrantBoxAddSettings.

Clean Property

Summary

Gets or sets a value indicating whether to clean any existing temporary files before downloading
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Settings
Containing Type
VagrantBoxAddSettings

Syntax

public Nullable<bool> Clean { get; set; }

Remarks

This is useful if you do not want Vagrant to resume a download from a previous point, perhaps because the contents changed.

Value

Type Description
Nullable<bool>