Getting started with Visual Studio Team Services

Visual Studio Team Services (VSTS) is a service from Microsoft which provides collaboration tools for teams, version controls (Git & TFS) and continuous integration. It’s great for a start-up or small company as they’re free for 5 users. In this post, I will introduce you the steps to start to work with VSTS.

After creating your account, let’s start with creating your project. Open Overview then click New

n01

Enter project name, select process template and version control you want to use then click Create project

n02

After waiting for VSTS to create new project, just click Navigate to project to open the project

n03

Now we move to Visual Studio (VS). Open Team Explorer pane then click Connect…

01.png

Let’s connect to VSTS, select Team Projects you want to work on then click Connect

02

After connecting to VSTS, just select the project you want to work on the click Clone Repository

03

After cloning the repository, you can create new or open existing solution on your PC to start to work

04

Once you finish above steps, you can commit the code to VSTS, create work items, start tracking them and create build configuration to do continuous integration. They will come in later posts.