Welcome to MSDN Blogs Sign in | Join | Help

April 2006 - Posts

FAQ

Is it a good idea to use the same machine as "build machine" and "team foundation server"? It is not a good idea to make Team Foundation Server machine as build machine for real life deployment (ok for demos/trials etc). The main reason is for debugging

Configuring destop builds for building specific solutions in Team Build

Scenario I have set up a Team Build Type which builds an entire system consisting of multiple solutions. I want an easy way for developers to be able to invoke builds on there dev machines (for only the solutions they are working on) using Team Build.

How to get changesets/workitems belonging to a particular sub folder (only)?

Edit the tfsbuild.proj and over ride the label task definition. Do note that changes in Name and Files argument. The Files attribute is used to define the scope of labels incase it is disjoint. Name of the label now contains the explicit scope. Initialize

How to customize the drop location in team build?

For eaxmple in your tfsbuild.proj, the value of DropLocation is \\machine\drop1 and you want to change it to \\machine\drop2 . Edit your build type definition (tfsbuild.proj) file and overload the BeforeEndToEndIteration < Target Name = " BeforeEndToEndIteration

custom msbuild task to get changesets and workitems based on AreaPath

Objective of sample task Get all the affected change sets between this build and the previous successful build that has the work items with Area Path according to input parameter specified in the .proj file. You need to make the following changes in your
 
Page view tracker