Description of the issue
AppCenter have updated their servers and according to https://status.appcenter.ms/incidents/4nbhlm0lxsvt :
AppCenter CLI must run on 2.7.x minimum (released in September) in order to upload and distribute builds. XCode latest stable release (12.2 stack) comes with AppCenter CLI 2.5.x. In fact the next Xcode stack (12.3) also comes with AppCenter CLI 2.5.x.
Issue
Currently it is no longer possible to upload a binary to AppCenter.
Question
Is there any plan to update AppCenter CLI to 2.7.x or do we have to manually add a script that updates it (therefore consuming build time)?
Update (Dec 8 @ 16:20 UTC)
I have added a manual script to download the latest AppCenter CLI. It doesn’t work with the AppCenter Upload step. I still get a 500 internal error. Meaning that the Bitrise step might also need an update?
It seems like a few people are having a hard time with the AppCenter upgrade https://github.com/microsoft/appcenter/issues/2069