-1

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.

Jakub Holovsky
  • 6,543
  • 10
  • 54
  • 98
  • 2
    Lots of options. Azure DevOps, GitHub Actions, TeamCity on own agents, GitLab (I think their macOS hosted builds might still be in beta). There are probably more out there. When Bitrise says they are removing steps for Xamarin, that doesn't make it impossible to build a Xamarin App. It is easy to install the tools yourself, especially with .NET6.0. – Cheesebaron Nov 11 '21 at 09:30

1 Answers1

3

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

DevenCC
  • 441
  • 4
  • 9