Summary
Build the project using the specified path and settings.
- Namespace
- Cake
.Common .Tools .DotNet .Build - Containing Type
- DotNetBuilder
Syntax
public void Build(string project, DotNetBuildSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| project | string | The target project path. |
| settings | DotNetBuildSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
