Class SubstitutionOption (3.24.0)

SubstitutionOption(value)

Specifies the behavior when there is an error in the substitution checks.

Values: MUST_MATCH (0): Fails the build if error in substitutions checks, like missing a substitution in the template or in the map. ALLOW_LOOSE (1): Do not fail the build if error in substitutions checks.