BuildEngineResult Struct

Definition

This structure is used to return the result of the build and the target outputs.

public value class BuildEngineResult
[System.Serializable]
public struct BuildEngineResult
[<System.Serializable>]
type BuildEngineResult = struct
Public Structure BuildEngineResult
Inheritance
BuildEngineResult
Attributes

Constructors

BuildEngineResult(Boolean, List<IDictionary<String,ITaskItem[]>>)

The constructor takes the result of the build and a list of the target outputs per project

Properties

Result

Did the build pass or fail. True means the build succeeded, False means the build failed.

TargetOutputsPerProject

Outputs of the targets per project.

Applies to