Showing posts with label VSTS. Show all posts
Showing posts with label VSTS. Show all posts

Tuesday, April 12, 2016

Different ways to create Team Project for VSTS default collection

Visual Studio Online(VSO) is now  Visual Studio Team Services (VSTS)


Hi All, 
In my previous post on VSO (i.e VSTS) I have explained the steps to create free VSTS account,in this post we will explore different options for creating new team project in VSTS account. As we all know in VSTS we can have only one collection , i.e. DefaultCollection under which we can create multiple team projects. Here are the different options to create Team Project.

Connect to your VSTS account (Ex: https://explorevsonline.visualstudio.com/)

Method 1:

Below screen will appear if you have opted out creating team project during VSTS account creation or there is no Team Project created on your VSTS account. On this page you can input details like Team Project name, choose process template,select the version control type(Git or TFVC) then click on Create project button.


Method 2:

Another way for creating team project is by clicking on  Manage Account i.e the gear button at the top-right corner as shown in the below screenshot,



 when you click on the gear button as shown above you will be redirected to the VSTS admin page. In this admin page you can find the control panel tab and you can also find link for creating new Team project. Click on "Create a new team project" link present at the right side under Control panel, which will pop up "CREATE TEAM PROJECT" window, now you can enter the details as mentioned in Method 1


Method 3:

In case you have already created a Team Project and want to create one more, use below option to quickly create a team project.
In your VSTS account Overview tab you can find "New" link under "Recent projects & teams" section as highlighted in below image, click on the "New" link. You will get pop up "CREATE TEAM PROJECT" window, now you can enter the details as mentioned in Method 1




Method 4:

If you have already connected to the team project and using any of the tabs like, Home /Code / Work / Test / Release / Build, you can quickly create new team project by clicking on the current team project link, which displays the drop down list with option for "New team project" as highlighted below. Click on "New team project" option. You will get pop up "CREATE TEAM PROJECT" window, now you can enter the details as mentioned in Method 1


hope this article finds you  interesting, happy blogging :)

Wednesday, November 11, 2015

Creating Free Visual Studio Team Service (VSTS) Account.

In this post we will see how to create free Visual Studio Online Account.
Steps:

Connect to Visual Studio site here and click on Sign in link.


Below page will open asking for Live Id credentials. If you have live Id enter the details or if not click on Create One! to create a live Id.


Once you have logged In with your live account you will be redirected to below page.
Click on Edit Profile button to update your profile info.



Here we can edit our name, change profile picture, change email id and Country/Region. Click on Save changes if you have edited any info else click Cancel.


All associated VSTS accounts will be listed at the right side below Accounts. Click on the link Create new account 


In the new page click on Change details link and provide the unique name for your new vsts account.
Provide the required input such as, version control type, team project name, process template and region to host the projects.

Click Continue.


After team project creation, you will be directed to the page shown below.


Now your VSTS Team project is ready for use. :)

Thanks.