Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Manish Agarwal
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
No tags have been created or used yet.
News
All postings in this blog is provided "AS IS" with no warranties, and confers no rights. The statements and opinions expressed herein are my own and are not made on behalf of my employer.
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)
July 2005 - Posts
Wednesday, July 27, 2005 7:06 PM
Build tips of TeamBuild scripts
MS Build evaluates the condition of the target first and then do the dependency check. For example, in the mentioned proj file, target "B" will never be invoked. <Target Name="A" Condition="'false'= ='true'" DependsOnTargets="B"> <Message Text="A"/>
Posted by
ManishAgarwal
|
0 Comments
Wednesday, July 20, 2005 4:09 PM
Thought of the day
"Beware of the man who works hard to learn something, learns it, and finds himself no wiser than before. Coz, He is full of murderous resentment of people who are ignorant without having come by their ignorance the hard way."
Posted by
ManishAgarwal
|
2 Comments
Thursday, July 14, 2005 9:10 PM
CodeAnalysis, FxCop and Team Build
Team Build has a different interpretation for RunCodeAnalysis flag. The standard definition (interpreted by Visual Studio) treats it as boolean value that can be set to true or false. FxCop task will be executed with build only if this flag is set true.
Posted by
ManishAgarwal
|
3 Comments
Wednesday, July 13, 2005 12:39 AM
How to customize the build process in Team Build?
Build process in Team Build is highly extensible. A custom step/task can be introduced at any build phase. The process of customization is very simple. I will illustrate this process with very simple example. Consider the scenario where a company want
Posted by
ManishAgarwal
|
7 Comments
Thursday, July 07, 2005 1:21 PM
tips for converting build script of managed C++ project to for msbuild
While converting the sources and makefile.inc to .nativeproj file, if you get following error: - Project file error : The TargetType NOTARGET in the project [myproject.nativeproj] is not known . change value of TargetType property from "NoTarget" to "Publish".
Posted by
ManishAgarwal
|
0 Comments
Tuesday, July 05, 2005 9:45 PM
Who am I? What am I doing hear?
Hi guys, this is Manish Agarwal I am Software Design Engineer at Microsoft India Development Center , Hyderabad. Before joining Micrsosft, I did master's from Rutgers University , New Jersey and b achelor's from Delhi University ( NSIT ). I work in Developer
Posted by
ManishAgarwal
|
2 Comments