The errors are all cleaned up in the pipeline and we no longer see stack traces of output from other CLIs by default (they are usually debug). The problem is now that it's hard to know what to do when the pipeline fails because:
- There's no output - We don't show outputs from failed CLI executed by by default. The worst offender being
docker buildx.
- We don't tell you what to try next -
aspire do {step} --log-level debug. There's nothing that tells you to to do this.