Show / Hide Table of Contents

    Interface IBuildSetStart

    Event handler for when the entire build process is started, including build scripts, platform switches etc. Throwing an exception during this event will cause the build set to terminate.

    Namespace: QFSW.BA.EventHandlers
    Assembly: QFSW.BA.dll
    Syntax
    public interface IBuildSetStart : IBuildEventHandler

    Methods

    OnBuildSetStart(IEnumerable<Platform>)

    Declaration
    void OnBuildSetStart(IEnumerable<Platform> stagedPlatforms)
    Parameters
    Type Name Description
    IEnumerable<Platform> stagedPlatforms

    Extension Methods

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