Do you know how to do a TFS hosting setup?

Last updated by Tiago Araújo [SSW] almost 3 years ago.See history

This rule has been archived
Archived Reason: Outdated

How to Connect to your TFS Server

  1. Connect to your TFS 2010 server you will need either:

  1. Connect your Visual Studio to the TFS Server by clicking on Connect To Team Foundation Server

connecttotfs
Figure 1 - Click on Connect To Team Foundation Server

  1. Click on Servers | Add
  2. Enter the Server Name of tfs.ssw.com.au

enterservername
Figure 2 - Enter the server name

  1. Click Close
  2. In the Connect to Team Project dialog, select your Team Project Collection and tick the Team Projects you want to connect to your Visual Studio

teamproject
Figure 3 - Select your Team Project Collections and associated Team Projects

  1. You should now see the Team Projects you selected in the Team Explorer

projectinteamexplorer
Figure 4 - The Projects now appear in the Team Explorer

How to Access a Project's SharePoint Portal

The easiest way to access the SharePoint Portal for a project is to right click the project name in Visual Studio and click Show Project Portal. This will launch a browser window where you will be able to see your SharePoint Portal for the project.

findprojectportal
Figure 5 - Right click on your Project and click Show Project Portal to launch the SharePoint Portal

How to Access a Project's Reports

The easiest way to access the reports for a project is to right click on the Reports menu item under the project and click Show Reports Site. This will launch a browser window where you will be able to see the reports for the project.

viewreport
Figure 6 - In your project, right click on Reports and select Show Report Site to view that projects reports

How to Download Builds from your Build Server

When transferring files from the isolated build server, the SFTP protocol is used, which is Secure File Transfer Protocol, an encrypted file transfer method.

You will need a client that supports SFTP to be able to transfer files. We recommend FileZilla, a free client available for download here: FileZilla Client Download

After you have downloaded and installed FileZilla, follow these steps to connect to the build server and download your builds:

  1. Choose File | Site Manager
  2. Click New Site, and enter the name for the new site (eg. Build Server)
  3. Enter the following details:

setupsftpsite
Figure 7 - Fill in Host, Port, Server Type, Login Type, User and Password

  1. Press the Connect button and you will be connected to your Build Server
Matthew Hodgkins
We open source. Powered by GitHub