Continuous Integration is a software engineering practice in which an automated build compiles and optionally tests an application when code is added or updated by developers. It is a development practice that requires developers to integrate code into a shared repository several times a day. Each check-in is then verified by an automated build, allowing… Continue reading Intro to JENKIN CI: Continuous Integration of Xamarin Mobile Projects