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 : IBuildEventHandlerMethods
OnBuildSetStart(IEnumerable<Platform>)
Declaration
void OnBuildSetStart(IEnumerable<Platform> stagedPlatforms)Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<Platform> | stagedPlatforms |