Recognizers-Text icon indicating copy to clipboard operation
Recognizers-Text copied to clipboard

[Infrastructure] Enforce build breaks in case a resource re-generation from YAML fails (all plats)

Open tellarin opened this issue 3 years ago • 0 comments

In some situations it seems code resource regeneration from YAML itself fails, but the build continues with the older code resources.

Any failure in code generation from YAML, in any target platform, should break the build, to avoid introducing inconsistencies in the code base.

Ideally, a commit hook (or similar mechanism) would also check that YAML changes match resource code file changes (at least at the affected-file level), so that the required pairs of modified files are included in PRs. But that's beyond the scope of this infra issue.

tellarin avatar Jan 05 '22 10:01 tellarin