Build.BlitzBuild - call

Description

The call task is used to call another build target from within a build script. It is particularly useful for breaking down scripts into re-usable modules. Once the target has been executed the previous target will continue to run.

Parameters

Table 2. Parameters

Attribute Type Description Required
target string The name of the target to execute. 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