Show / Hide Table of Contents

    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 : IBuildEventHandler

    Methods

    OnBuildPlatformStart(Platform, BuildSettingsPackage)

    Declaration
    void OnBuildPlatformStart(Platform platform, BuildSettingsPackage settingsPkg)
    Parameters
    Type Name Description
    Platform platform
    BuildSettingsPackage settingsPkg

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top