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
Clears all sources that have been defined so far.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Plugin Install Settings Extensions
Syntax
public static VagrantPluginInstallSettings CleanFirst(this VagrantPluginInstallSettings settings, bool clean = true)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Vagrant |
The settings |
| clean | bool | Whether to clean sources first. |
Return Value
| Type | Description |
|---|---|
| Vagrant |
The updated settings object |
