'CI/CD for Xamarin mobile apps - alternative to deprecated AppCenter & Bitrise [closed]

AppCenter is no longer recommended for production use for CI/CD of Xamarin mobile apps (also is full problems) - not sure if this is a public information but we got this information from Microsoft.

Bitrise recently announced that it's deprecating Xamarin in their CI/CD process (as of 2022). Link to the article

My question is - is there any CI/CD alternative to Bitrise & AppCenter other than GitHub actions (however not sure if that will work for us correctly). At least for the automated build part?

I acknowledge that this is not yes/no answer but I would be grateful for any recommendation for a full supported alternative.



Solution 1:[1]

Microsoft's Azure DevOps supports pipelines for Xamarin apps that can easily be used for CI/CD as well as app deployment

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 DevenCC