Build.BlitzBuild - include

Description

The include task is include build files, much like the standard Blitz "Include" command. This is very useful for breaking large builds into smaller chunks.

Parameters

Table 4. Parameters

Attribute Type Description Required
buildfile string The name of the file to include. true
if bool If true, the task will be executed, otherwise it will be skipped. The default is true. False
unless bool The opposite of if. If false, the task will be executed, otherwise it will be skipped. The default is false. False