In the new version of the pipeline syntax both pipelines and action should have support for outputs on each step. To provide an example for this functionality; similar to GitHub actions; the outputs would be an environment variable where each output is a key=value syntax separated by the new line character.
In the new version of the pipeline syntax both pipelines and action should have support for outputs on each step. To provide an example for this functionality; similar to GitHub actions; the outputs would be an environment variable where each output is a
key=value
syntax separated by the new line character.