Sign In
Manish Agarwal
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
May 2006
(3)
April 2006
(5)
March 2006
(3)
February 2006
(1)
January 2006
(7)
December 2005
(6)
November 2005
(4)
October 2005
(4)
September 2005
(6)
August 2005
(1)
July 2005
(6)
April, 2006
MSDN Blogs
>
Manish Agarwal
>
April, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Manish Agarwal
FAQ
Posted
over 6 years ago
by
ManishAgarwal
0
Comments
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...
Manish Agarwal
Configuring destop builds for building specific solutions in Team Build
Posted
over 6 years ago
by
ManishAgarwal
4
Comments
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...
Manish Agarwal
How to get changesets/workitems belonging to a particular sub folder (only)?
Posted
over 6 years ago
by
ManishAgarwal
3
Comments
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...
Manish Agarwal
How to customize the drop location in team build?
Posted
over 6 years ago
by
ManishAgarwal
3
Comments
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 ...
Manish Agarwal
custom msbuild task to get changesets and workitems based on AreaPath
Posted
over 6 years ago
by
ManishAgarwal
10
Comments
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...
Page 1 of 1 (5 items)