In this article I'll show you how to setup the automatic build of our 'RememberIt' application after every git push using Visual Studio Mobile Center. The automatic building of the application will help to ensure that in a team of developers the application is always building successfully and is available for distribution. When the build is broken, it can be seen and solved quickly. If not yet done, please read the previous post in the Hands on Xamarin Platform Pipeline series. To start, browse to Visual Studio Mobile Center then select the application we created on the previous post . Select Build menu, the supported version control system are: - Visual Studio Team Services - Github - Bitbucket In our case, we'll use Github. Authorize Mobile Center to access to your Github repositories. Select the repository where 'RememberIt' application is hosted. Select the desired branch, in our case it's the master branch. Now, select the connected application proje...