Summary
Builds the requested target framework(s).
- Namespace
- Buildalyzer
- Containing Type
- ProjectAnalyzer
Syntax
public AnalyzerResults Build(string[] targetFrameworks, BuildEnvironment buildEnvironment)
Parameters
| Name | Type | Description |
|---|---|---|
| targetFrameworks | string[] | The set of target frameworks to build. |
| buildEnvironment | BuildEnvironment | The build environment to use for the build. |
Return Value
| Type | Description |
|---|---|
| AnalyzerResults | A dictionary of target frameworks to AnalyzerResult. |