Tag Archives: VSTS
Setup Continuous Integration with Xamarin Forms and Visual Studio Team Services VSTS
Last week I stumbled upon Luce Carters interesting Youtube Tutorial Setting up VSTS CI for Xamarin Forms. It’s very well explained, so if you prefer to watch it as a video: Switch over to Luces Tutorial! Otherwise here is a written step-by-step guide how to setup continuous Integration (CI) with Visual Studio Team Services (VSTS) […]
Migrate Visual Studio Solution from Subversion to Git
Previously I stored my source code in Subversion Server using the Ankh SVN Plugin. Even though this all works pretty fine, I’m currently migrating to Git (e.g on github or Visual Studio Team Services) Here is a short explanation how to clear your link to Subversion and upload the source to a new repository on […]
How to add initial code from Xamarin Studio to git at VisualStudio.com
In previous posting I’ve already described how to access existing code from git at visualstudio.com using Xamarin Studio. Now here is the description how to initially upload code from Xamarin Studio into git at visualstudio.com.
Checkout Source code from Visual Studio online GIT source control
With Visual Studio Team Services you could host your GIT repository online in Microsofts Cloud. This makes it easy to share code between Visual Studio and Xamarin Studio. As you cannot use your username within Xamarin Studios GIT client because you cannot use the @-sign from your email address, here is short information about how […]