Click or drag to resize

ProjectGeneratorBuildProject Method

Builds the C# Project from the given .csproj file

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Task<bool> BuildProject(
	Project project,
	ILogger logger
)

Parameters

project
Type: Hummingbird.TestFramework.ExtensionProjectProject
The project file (*.csproj), this should be the file generated by GenerateProject method
logger
Type: Microsoft.Build.FrameworkILogger
The logger where the build event will be reported

Return Value

Type: TaskBoolean
A Boolean value, indicate if the extension project is built correctly.
See Also