Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » MSBuild   (RSS)

Debug your build with MSBuild Sidekick v2.3

The folks at Attrice have released a new version of their MSBuild Sidekick , and it now includes a visual debugger for msbuild.  If you've ever tried to debug a build process, you know how tedious it can be and will want to check this out. MSBuild
Posted by buckh | 4 Comments
Filed under: ,

New book on MSBuild and Team Foundation Build

There is now a book dedicated to MSBuild and Team Foundation Build.  The book is written by Sayed Ibrahim Hashimi and William Bartholomew .  Sayed has written about MSBuild before, both in books and MSDN Magazine articles, and William is a Team
Posted by buckh | 2 Comments

Using Team Foundation Build with BizTalk and SSIS projects

Unfortunately there are several types of projects that do not work natively with MSBuild. Jim Lamb , program manager for Team Build, has put together a few posts with pointers on how to get these to work with Team Build. Project System Compatibility with
Posted by buckh | 1 Comments

MSBuild Extensions Pack now available

Mike Fourie has released the first version of MSBuild Extensions Pack on CodePlex . This is a great collection of quality tasks for MSBuild that you can also use in Team Foundation Build. The MSBuild Extension Pack is the successor to the FreeToDev MSBuild
Posted by buckh | 2 Comments
Filed under: ,

Automation with MSBuild 3.5 and Team Build 2008 recording is now available

Charles Sterling announced a new interactive forum called MVP TV earlier this month. The first event was Automation with MSBuild 3.5 and Team Build 2008 . Now the recording for this event is available. The debut of MVP TV Attendance: 92 attendees Thursday,
Posted by buckh | 0 Comments

MSBuild project analysis tool: BuildCop

Jelle Druyts has created an interesting tool and made it available on CodePlex . Just Released: BuildCop v1.0! It is with great pleasure that I'm finally ready to release another open source tool on CodePlex : BuildCop . BuildCop is a tool that analyzes
Posted by buckh | 1 Comments

MSBuild by Example

Sayed Ibrahim Hashimi's book, Deploying .NET Applications , contains a chapter on MSBuild.  While I knew about the chapter in the book, I didn't realize that the chapter on MSBuild was available online until Eugene Zakhareyev mentioned it. If you
Posted by buckh | 1 Comments

MSBuild Sidekick V2 beta

Eugene Zakhareyev has released a beta of the second version of MSBuild Sidekick. This version adds some unique features, including visualizing the build targets. If you've ever had to pick up someone else's msbuild project files, you'll really appreciate
Posted by buckh | 2 Comments

How would you prioritize features for MSBuild?

Dan Moseley, a developer on the MSBuild team , wants to know how you would prioritize features for the next version of MSBuild by asking, How would you spend $100 on MSBuild? The release of Visual Studio 2008 is imminent, which means the product teams
Posted by buckh | 3 Comments
Filed under: , ,

New home for the AssemblyInfo task

The AssemblyInfo task has a new home, because the CodeGallery portion of GoDotNet is being phased out. You can now find it here in the GotDotNet User Samples. The AssemblyInfo task is useful for updating assembly version numbers as part of your build.
Posted by buckh | 1 Comments

SDC MSBuild tasks library is now on CodePlex (moved from GotDotNet)

Last August, I posted a set of links to sites with MSBuild tasks for all sorts of things you might need to run your build. The SDC Tasks Library , which was part of Microsoft Services (UK) Enterprise Solutions Build Framework (SBF) on the GotDotNet, is
Posted by buckh | 1 Comments

How to deal with the Y2K7 problem -- file versions and AssemblyInfoTask

If you use the AssemblyInfoTask to stamp the version numbers for your assemblies that you build with MSBuild as part of your Team Build process, you may run into the "Y2K7" problem. The version number is stored as a 16-bit (yes, 16 not 32) unsigned integer.
Posted by buckh | 1 Comments

Building software against different versions of .NET with MSBuild in Orcas

Faisal Mohamood, a program manager on the MSBuild team , has written a pair of posts about the "multi-targeting" feature in the Orcas version of MSBuild. Multi-targeting allows you to build your code against the .NET 2.0, 3.0, or 3.5 frameworks, according
Posted by buckh | 1 Comments

Links to MSBuild tasks to extend your build system

Build systems need to do all sorts of things, from updating web sites to deploying databases. Often, the tasks needed to do these things are available, but finding them can be a challenge. I've collected links to various MSBuild task collections that
Posted by buckh | 11 Comments

MSBuild wiki

In addition to the MSBuild documentation on MSDN and the MSBuild team blog , there is an MSBuild wiki on Channel9. I had seen it before, but forgotten about it until I saw it mentioned in one of Chris Sells' old blog posts ( My First MsBuild Task ). Here's
Posted by buckh | 2 Comments
 
Page view tracker