PackageRecipe.buildTypes

Defines additional custom build types or overrides the default ones

Build types can be selected from the command line using --build=name or -b name. The default build type is debug.

struct PackageRecipe
@Optional
BuildSettingsTemplate[string] buildTypes;

Meta