Summary
Runs MSBuild with the specified settings.
- Namespace
- Cake
.Common .Tools .MSBuild - Containing Type
- MSBuildRunner
Syntax
public void Run(FilePath solution, MSBuildSettings settings)
Parameters
Name | Type | Description |
---|---|---|
solution | FilePath | The solution or MsBuild project file to build. |
settings | MSBuildSettings | The settings. |
Return Value
Type | Description |
---|---|
void |