Show / Hide Table of Contents

    Interface ITriggerCustomBuildSet

    Event trigger for starting a build set with a custom platform selection.

    Namespace: QFSW.BA.EventTriggers
    Assembly: QFSW.BA.dll
    Syntax
    public interface ITriggerCustomBuildSet : IBuildEventTrigger

    Events

    TriggerCustomBuildSet

    Triggers a build set with a custom platform selection.

    Declaration
    event Action<IEnumerable<Platform>> TriggerCustomBuildSet
    Event Type
    Type Description
    Action<IEnumerable<Platform>>

    Extension Methods

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