Interface IBuildPlatformStart
Event handler for starting each individual platform build. Throwing an exception during this event will cause the build set to terminate.
Namespace: QFSW.BA.EventHandlers
Assembly: QFSW.BA.dll
Syntax
public interface IBuildPlatformStart : IBuildEventHandlerMethods
OnBuildPlatformStart(Platform, BuildSettingsPackage)
Declaration
void OnBuildPlatformStart(Platform platform, BuildSettingsPackage settingsPkg)Parameters
| Type | Name | Description | 
|---|---|---|
| Platform | platform | |
| BuildSettingsPackage | settingsPkg |