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)
November, 2005
MSDN Blogs
>
Manish Agarwal
>
November, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Manish Agarwal
How to call the same target multiple times at different build stages?
Posted
over 7 years ago
by
ManishAgarwal
1
Comments
The code sample describes how you can invoke a particular target (i.e. init) multiple times at different build stages (i.e BeforeBuild, AfterBuild, etc). Please note that you can easily invoke this common target with different custom properties based...
Manish Agarwal
Issue with desktop build for VC projects (in Team Build)
Posted
over 7 years ago
by
ManishAgarwal
1
Comments
Please note that desktop clean for VC projects is not happening in post beta3 bits of Team Build. The reason is that in Team Build we are not using the default location for dropping the generated binaries. We are overriding the OutputDirectory using the...
Manish Agarwal
What is Microsoft.TeamFoundation.Build.targets?
Posted
over 7 years ago
by
ManishAgarwal
0
Comments
Targets file is any valid MSBuild script that contains the definitions of targets, tasks, properties, items, etc. The file should end with the extension of .targets . MSBuild ships with several standard .targets files. You can refer this link for more...
Manish Agarwal
Team Build (MSBuild) build engine
Posted
over 7 years ago
by
ManishAgarwal
0
Comments
Team Build uses MSBuild to build sources. MSBuild engine runs the build in two passes. The first pass is the declaration pass where properties and items are evaluated and imports happen. All the conditions present on properties, items and imports...
Page 1 of 1 (4 items)