This repository was archived by the owner on Apr 26, 2025. It is now read-only.
Provide error messages returned from the App Center CLI in the Cake build log #22
Labels
enhancement
New feature or request
Expected Behavior
This is a recommended improvement. When building via Cake, we often receive the error "AppCenter: Process returned an error (exit code 3)." The App Center CLI provides more detailed error information, but this information is not visible in the Cake output log, confounding troubleshooting efforts.
Current Behavior
Instead of the vague error message, read the message from standard error or standard output and display.
Possible Solution
I'm not sure how the parser that generates this repository works, but I'm guessing there would be a change there.
Steps to Reproduce (for bugs)
The exit code 3 error happens intermittently when uploading to App Center. You can also see this message when attempting to call
AppCenterAppsShowWithResult
with an invalid app name.Context
This is causing CI builds to fail.
Your Environment
The text was updated successfully, but these errors were encountered: