Sign up for free

Choose your product:

Upload your code

In this topic, we'll show you how to upload source to Team Foundation Service so that you can version, build, and share it with team members.

Do you keep you code in Visual SourceSafe? You can upgrade to TFS. How?

Open the solution

  1. If you haven't already, connect to your TFS account.

  2. You need a workspace to work with source control. Put your solution in a location on disk where you'll want source-controlled items to appear. Choosing a location with a short path that's easy to remember can help (for example, C:\ws\).

    Create a location on your local disk for source-controlled files
  3. Open the solution in Visual Studio.

    Open your solution in Visual Studio
    Open your solution in Visual Studio

Add the solution to TFS

  1. Right-click the solution to add it to TFS.

    Add the solution to Team Foundation Service
    Create a new folder
  2. Check it in.

    Check in your solution
    Add a comment and check in pending changes
    Your solution is checked in
  3. Your solution is in TFS.

    Open the source control explorer
    Your solution in the source control explorer

Your whole team can work on the code now, with changes tracked in TFS.

Try this next

Or, dig deeper on MSDN:

Sign up for free