Summary
Runs MSBuild with the specified settings.
- Namespace
- Cake
.Common .Tools .MSBuild - Containing Type
- MSBuildRunner
Syntax
public void Run(FilePath solution, MSBuildSettings settings, Action<IEnumerable<string>> standardOutputAction)
Parameters
Name | Type | Description |
---|---|---|
solution | FilePath | The solution or MsBuild project file to build. |
settings | MSBuildSettings | The settings. |
standardOutputAction | Action |
The action to invoke with the standard output. |
Return Value
Type | Description |
---|---|
void |