Bake Syntax Specification

FSH

This is experimental, so please use with caution.

You can run the Sushi compiler, in your bake pipeline. The following step generates all the sushi files and will put then in the root folder of the output:

run-sushi:
  - files: /**/*.fsh
  - action: fsh

For a single file:

run-sushi:
  - files: myscript.fsh
  - action: fsh

A typical step would look something like this:

run-sushi:
  - files: /**/*.fsh
  - action: fsh
  - copy: /package/generated