Summary
Cleans the project's output using the specified path and settings.
- Namespace
- Cake
.Common .Tools .DotNet .Clean - Containing Type
- DotNetCleaner
Syntax
public void Clean(string project, DotNetCleanSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| project | string | The target project path. |
| settings | DotNetCleanSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
