BuildContributor Class

Definition

Derivatives of the BuildContributor extension are executed during a project build after the project's model has been constructed and verified.

public abstract class BuildContributor
type BuildContributor = class
Public MustInherit Class BuildContributor
Inheritance
BuildContributor

Constructors

BuildContributor()

Methods

OnExecute(BuildContributorContext, IList<ExtensibilityError>)

Called after the project's model has been completely built giving the build contributor an opportunity to examine the model and possible output additional files.

Applies to