Build Service in Team Foundation Server 2012 Express Part 2
In this video I am going through the Team Foundation Server’s Build Server Topologies. This video applies for both TFS and TFS express. To learn about scaling out TFS Service (formally know as TFS...
View ArticleCustomize Build Template in TFS2012 to Build All Solutions-Part 1
Introduction In this article, I will show one way to build all solutions in source control. I will add a new argument to a build template which holds a comma separated string of solutions and I will be...
View ArticleCustomize Build Template in TFS2012 to Build All Solutions-Part 2
This post improves the Users Experience for Customize Build Template in TFS2012 to Build All Solutions-Part 1 solution. In this article, I will create a custom editor (dialog box) that will show all...
View ArticleTFS Express: Configure Build Service
Introduction This article is a continuation to the TFS Express Series I started few weeks ago. Although, I will be using TFS Express in this article, the steps are the same if you are using the full...
View ArticleTFS Express: Scale out Build Service
This post is a continuation to TFS Express: Configure Build Service article. I will go through the steps to scale out the Build Service into another server (Build Server 2). Build Server 2 has Windows...
View ArticleTFS2012 Team Build Types
In this article, I will go through the build types (triggers) the TFS Team Build supports out of the box. What is TFS Team Build Team build is a TFS service that is responsible for building, or...
View ArticleVS2012: Run Test Method twice for different connection strings
Introduction I am writing this blog post in response to the question posted in the the Social Msdn community. I recorded the steps to solve the problem. Scroll all the way down to view it. The question...
View ArticleTFS2012: How to delete a workspace using the tf command
Today while I am writing another blog post, I encountered the following error Exception Message: The working folder C:\Builds\5\MyTeamProject\UnitTestProject1\src is already in use by the workspace...
View ArticleTFS2012: Run Data Driven Unit Tests in TFS Team Build
In a previous post, I explained how to run one test method twice using the data driven approach with Excel workbook as a datasource. The solution worked without issues when running using Visual Studio...
View ArticleTFS2012: Create Build Definitions
Introduction In this article I will explain how to create a build definition in the Visual Studio 2012 and TFS 2012 server. I used TFS 2012 Express when I wrote this post. In a previous post, I went...
View Article