Sign in
MSBuild Team Blog
"Coding ... the boring bit between builds"
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Agile Development
announcements
AssemblyVersionInfo
bugs
Chris Mann
Chuck England
cliff hudson
CTP
Dan Moseley
Debugging
Faisal Mohamood
Futures
How To
Jay Shrestha
Jeffery Callahan
Known Issues
msbuild
MSBuild in Visual Studio
multiproc
Neil Enns
object model
Performance
Sumedh Kanetkar
Tools
Visual Studio 2010
Archive
Archives
January 2011
(1)
December 2010
(1)
July 2010
(4)
June 2010
(1)
May 2010
(3)
April 2010
(2)
March 2010
(3)
February 2010
(4)
January 2010
(1)
November 2009
(1)
November 2008
(1)
October 2008
(1)
May 2008
(1)
February 2008
(1)
January 2008
(1)
December 2007
(1)
November 2007
(4)
October 2007
(4)
July 2007
(2)
May 2007
(1)
April 2007
(6)
January 2007
(2)
December 2006
(1)
November 2006
(3)
October 2006
(1)
July 2006
(1)
June 2006
(2)
May 2006
(4)
March 2006
(9)
February 2006
(6)
January 2006
(16)
December 2005
(5)
November 2005
(26)
October 2005
(24)
September 2005
(11)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSBuild Team Blog
How To: Concatenate files using MSBuild tasks
Posted
over 8 years ago
by
Michael Fourie
9
Comments
This came across the internal MSBuild discussion alias this week: How can I concatenate a bunch of individual files into a single file during my build process? It looks like the ReadLinesFromFile and WriteLinesToFile tasks will do what I want, but...
MSBuild Team Blog
Editing MSBuild project files in Visual Studio
Posted
over 8 years ago
by
Michael Fourie
12
Comments
Being able to edit your Visual Studio generated projects is one of the fundamental goals of MSBuild. Being able to edit your project file to customize and extend is not something that just happened to work :) MSBuild and Visual Studio 2005 were designed...
MSBuild Team Blog
Cranking up the build verbosity in the IDE
Posted
over 8 years ago
by
Michael Fourie
7
Comments
We are often asked whether it's possible to crank up the build output verbosity when building inside the IDE....think building from the command line using msbuild /verbosity:Detailed or msbuild /v:Detailed Sure, it's possible, and we've made it dead...
MSBuild Team Blog
How To: Debug a custom MSBuild task using Visual Studio
Posted
over 8 years ago
by
Michael Fourie
14
Comments
Yesterday I was complaining to Kieran about how hard it was to debug a custom task. When working on my AssemblyInfo task I was debugging all my regular expressions by running them in a separate command-line app, and with Log.LogMessage() calls in the...
MSBuild Team Blog
Sprint 8 Review
Posted
over 8 years ago
by
Michael Fourie
0
Comments
Yesterday was our Dogfooding Sprint 8 review. For those that aren’t familiar, we use the SCRUM agile development methodology to run our efforts around dogfooding . Even though the work we do in our dogfooding sprints is heavily focused on internal adoption...
MSBuild Team Blog
How To: Specify strong name signing for your assemblies on the command line
Posted
over 8 years ago
by
Michael Fourie
8
Comments
This question came across the internal MSBuild discussion alias today: My development team uses project files on their desktop for development, but we build the final assemblies in our build lab. How can we strong-name sign the files in our build lab...
MSBuild Team Blog
How To: Ensure changes to a custom target file prompt a rebuild
Posted
over 8 years ago
by
Michael Fourie
0
Comments
One of the advantages to using MSBuild is the smarts it has to do reliable incremental builds. One pitfall you might hit when writing your own custom .targets file is that changes to your targets file don't cause a rebuild. In general, if you're changing...
MSBuild Team Blog
How To: Reference the project file as a target input
Posted
over 8 years ago
by
Michael Fourie
0
Comments
I was messing around today with my latest custom task (more on that later, as soon as I can find somewhere to post it), and needed to find a way to tell the target that it depended on the actual project file. I wanted to force the target, and by extension...
MSBuild Team Blog
MSBuild Dogfooding within Developer Division
Posted
over 8 years ago
by
Michael Fourie
0
Comments
One of the things we have been aggressively pursuing for a sometime now is the use of MSBuild within the Visual Studio build labs - i.e. using MSBuild to build the very bits of Visual Studio 2005 that you know and love and use today! Dan Moseley from...
MSBuild Team Blog
Are you attending the MVP Summit?
Posted
over 8 years ago
by
Michael Fourie
1
Comments
If you'll be attending the MVP Summit in Redmond next week we'll have some members of the MSBuild team on-hand at the DevDiv Product Group fair on Thursday night. While we unfortunately don't have any sessions during the summit, we are more than happy...
MSBuild Team Blog
MSBuild is this week's Visual Studio Tip of the Week
Posted
over 8 years ago
by
Michael Fourie
0
Comments
Sara posted about MSBuild this week, and the post made the front page of http://msdn.microsoft.com/vstudio/ . This is our first big MSBuild exposure on the front page of the Visual Studio developer center, and we're rather excited! You can view the...
Page 1 of 1 (11 items)