Ashkan Mobayen Khiabani
Ashkan Mobayen Khiabani

Reputation: 34152

Moving existing MVC4 project to Visual Studio Online

I have a MVC4 project that I have been working on it alone. now I want to create a new Visual Studio Online account and move my project there so that I can add my new team members there and continue the development together.

any Ideas How to move existing project on my PC to Visual Studio Online?

Upvotes: 5

Views: 3438

Answers (1)

MetalMad
MetalMad

Reputation: 446

I suggest these steps :

  1. Create your account on VS online
  2. Create new Team Project on VS Online
  3. Connect your project (local) with tab TEAM/CONNECT TO TFS from your Visual Studio using your VS online account.
  4. Add files to the project solution ( and checkin)
  5. Add emails of every team members under security tab of team project.

Tell me if you need something else.

Upvotes: 11

Related Questions