Description
Sometimes I would like to provide more meaningful output in preconditions.msg. For example, if I have a precondition that a task must be running in a MinGW-w64 environment, I may wish to print out what the MSYSTEM variable is:
msg: "Error: When running on Windows, this task requires a MinGW-w64 environment. Current MSYSTEM: $MSYSTEM"
Currently, the variable is not expanded.