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