Summary
Parses a project file.
- Namespace
- Cake
.Common .Solution .Project - Containing Type
- ProjectParser
Syntax
public ProjectParserResult Parse(FilePath projectPath)
Parameters
| Name | Type | Description |
|---|---|---|
| projectPath | FilePath | The project path. |
Return Value
| Type | Description |
|---|---|
| ProjectParserResult | The parsed project. |
