
Maintenance Plan
Team Foundation Server Backup
Team Foundation Server Backup is critically important. Remember, we store all our project documents, artifacts and actual project source code inside TFS. Actually, all of this information is stored in our Data Tier inside SQL Server 2005 so we need to back up only our SQL Server databases for most of our documents. In addition, Application Tier also stores some data on local drives and we’ll have ...
|

Build Numbers
Customizing Build Numbers in TFS with the help of TFSBuild.proj file
There are situations when we require creating our own build numbers for each build that we publish. TFS allows us to do just that with the help of the TFSBuild.proj file...
|