Method OnPreprocessBuild
OnPreprocessBuild(BuildReport)
Implement this method to receive a callback before the build is started.
public void OnPreprocessBuild(BuildReport report)
Parameters
reportBuildReportA report containing information about the build, such as its target platform and output path.