Method OnPreprocessBuild
OnPreprocessBuild(BuildReport)
Post process build step for checking if a feature is enabled. If so will call to the feature to run their build pre processing.
Declaration
public virtual void OnPreprocessBuild(BuildReport report)
Parameters
Type | Name | Description |
---|---|---|
BuildReport | report | Build report. |