Summary
Builds a specific target framework.
- Namespace
- Buildalyzer
- Containing Type
- ProjectAnalyzer
Syntax
public AnalyzerResults Build(string targetFramework, BuildEnvironment buildEnvironment)
Parameters
Name | Type | Description |
---|---|---|
targetFramework | string | The target framework to build. |
buildEnvironment | BuildEnvironment | The build environment to use for the build. |
Return Value
Type | Description |
---|---|
AnalyzerResults | The result of the build process. |