IShouldIncludeInBuildCallback.ShouldIncludeInBuild
public bool ShouldIncludeInBuild(string path);
Parameters
| path | The 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.