Build.BlitzBuild - echo

Description

Writes a message, either from the "message" attribute or from inline content. The message can optionally be written to file.

Parameters

Table 3. Parameters

Attribute Type Description Required
message string The message to output. false
file string Optional name of a file to write to. false
append bool If writing to a file, this decides whether the file will be overwritten or appended. Default is false (overwrite). false
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