IBlog<Johan>

This and that in a developer's life in general

News

Follow johandanforth on Twitter

Random Links

Walkthroughs and Tutorials

Browse by Tags

All Tags » MSBuild (RSS)
Better Log Formatting for CruiseControl.NET and MSBuild
This is just a blog post to bump the topic on search engines to help people using MSBuild and CruiseControl.NET to get to the right place. I personally recommend to use the "Improved MSBuild Integration" logging option by Christian Rodemyer...
[MSBuild][Tools] MSBuildShellExtension - Nifty Tool for Builders
This little project from CodePlex is quite useful for those of you who are responsible for the Build process, Team Build, CruiseControl.NET, NANT, etc. This is the project description from their website on CodePlex : MSBuild shell extension gives you...
[MsBuild] Writing and Debugging Custom Tasks
Writing a custom task for MSBuild is very simple, here's the bare minimum code you would need to get you going: using System; using System.Collections.Generic; using System.Text; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; namespace...
Posted: Feb 22 2007, 10:06 PM by jdanforth | with 1 comment(s)
Filed under:
How to Use Msbuild.exe with CruiseControl.NET
I just updated my primer/tutorial/walkthrough on CruiseControl.NET with some information about how to use msbuild.exe instead of devenv.exe in your minimal cc.net configuration. One good reason to go with msbuild is that you don't need to install...
Quickstart on CruiseControl.NET
I just wrote a page about how to set up CruiseControl.NET to compile and test a VS.NET web app solution in a few minutes . It's over at my Walkthroughs and Tutorials section.
More Posts