Continuous Integration and Deployment for Xamarin Apps

Source – xamarinhelp.com Continuous integration and continuous deployment, or CI/CD for short, is a common word you might continuously see when businesses are setting up their DevOps or processes. Simply put, these two phrases, in the context of developing Xamarin apps, are defined as follows. Continuous integration (CI) is the process of merging all developers work into a single main repository, continuously throughout the day. Continuous delivery (CD) is a process of automatically deploying your Xamarin apps to testers, or end users. Merging files

Read more