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