Bake Syntax Specification

Transform

The transform action helps you transform xml resource files to json or vice versa. If a file is already in the required format, it will pass through unchanged.

Example usage:

    - files: //*/*.xml
    - transform: json
``