Describe the bug
After converting the way GitHub handles Outputs to the >> $env:GITHUB_OUTPUT approach (as the original is scheduled to be deprecated) it turned out that this method cannot handle certain use cases like Multi-line strings, etc.
This is something we MUST resolve before the next release as it blocks pipelines from publishing even on a successful deployment:

To reproduce
Refer to the pipeline output of the Synapse Workspace pipeline.
Code snippet
No response
Relevant log output
No response
Describe the bug
After converting the way GitHub handles Outputs to the
>> $env:GITHUB_OUTPUTapproach (as the original is scheduled to be deprecated) it turned out that this method cannot handle certain use cases like Multi-line strings, etc.This is something we MUST resolve before the next release as it blocks pipelines from publishing even on a successful deployment:
To reproduce
Refer to the pipeline output of the Synapse Workspace pipeline.
Code snippet
No response
Relevant log output
No response