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)
September, 2005
MSDN Blogs
>
Manish Agarwal
>
September, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Manish Agarwal
Resolving file references in team build ( Part -2 )
Posted
over 7 years ago
by
ManishAgarwal
9
Comments
Salient points about file references File reference is used to reference outer system assemblies (i.e .NET framework assemblies, third party assemblies or assemblies that are not generated by the current solution). File reference is defined...
Manish Agarwal
Example on how to resolve project to project reference (for single solution) in team build.
Posted
over 7 years ago
by
ManishAgarwal
3
Comments
Consider a simple solution (OfficeSolution.sln) that has one main project (OfficeSolution.csproj). The main project has dependency (project to project reference) on two independent sub projects (WordApplication.csproj and ExcelApplication.csproj). Note...
Manish Agarwal
Resolving assembly references in Team Build ( Part - 1 )
Posted
over 7 years ago
by
ManishAgarwal
0
Comments
In this entry I will be discussing about project to project references. I will be enumerating about different scenarios and mentioning workarounds to get them to build in Team Build. Scenario 1 - Single solution containing multiple projects...
Manish Agarwal
Guidelines on structuring solutions and projects in team build
Posted
over 7 years ago
by
ManishAgarwal
1
Comments
Single solution is best for small size projects. The most scalable and efficient way for managing and building large applications is team build is to have multiple independent solutions. Always avoid solution to solution references. They are...
Manish Agarwal
How to running multiple tests in team build?
Posted
over 7 years ago
by
ManishAgarwal
3
Comments
In beta3 you have better control on the way tests are executed. Some common scenarios are:- To run tests of different categories :- You need to modify tfsbuild.proj file to introduce additional test category. For example if your metadata...
Manish Agarwal
Team build reported successful build but still some assemblies are missing at drop site?
Posted
over 7 years ago
by
ManishAgarwal
0
Comments
Question :- I was building 3 projects. The sln and csproj files of the first and thirld project supported building for configuration (“Debug|x86”) but second project didn’t supported it in its build scripts. I build these projects using Team Build...
Page 1 of 1 (6 items)