Version: 2019.1
public bool ShouldIncludeInBuild (string path);

Parameters

pathThe absolute path of the managed plugin to include or exclude.

Returns

bool Returns true to include the plugin identified by path in the build; otherwise, returns false.

Description

Determines whether to include a managed plugin in a build.

Predicate invoked during a build to determine whether to include a managed plugin (DLL) in the associated package.