MSBuild Plugin

Plugin Information

Plugin ID msbuild
Latest Release 1.3
Latest Release Date Dec 29, 2009
Changes via Fisheye In Latest Release
Since Latest Release
Maintainer(s) Kyle Sweeney (id: kdsweeney)
Gregory Boissinot (id: gbois)
Issue Tracking Open Issues

This plugin allows you to use MSBuild to build .NET projects. To use this plugin, specify the location of MSBuild.exe on Hudson's configuration page.  It is usually situated in a subfolder of C:\WINDOWS\Microsoft.NET\Framework

Then, on your project configuration page, specify the name of the build file (.proj or .sln) and any command line
arguments you want to pass in. The files are compiled to the directory where Visual Studio would put them as well.

Changelog

Release 1.3 (Dec 29, 2009)
  • Added build parameters as properties (issue #2349)
  • Console output should show the command (issue #3610)
  • Update uses of deprecated APIs
Release 1.2 (Apr 21, 2009)
  • Add a the possibility to manage multiple Msbuild version (issue #3179)
Release 1.1 (Jun 03, 2008)
  • Initial release

Labels:

plugin-builder plugin-builder Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Oct 12, 2009

    Graeme English says:

    I have Hudson configured to use a slave node with .Net 3.5 for a job. That job r...

    I have Hudson configured to use a slave node with .Net 3.5 for a job. That job requires .Net 3.5 and I've configured the MSBuild path in the Master's configuration, however on executing the job it fails because it can't find MSBuild. The master only has .Net 2 but I'd have thought that the check should be made by the slave. Any way around this other than installing .Net 3.5 on the master?

  2. Mar 16

    Alexis Seigneurin says:

    Same issue as Graeme's one on my installation: the plugin checks the MSBuild pat...

    Same issue as Graeme's one on my installation: the plugin checks the MSBuild path on the master, not on the slave. I suppose this is a regression of version 1.2.

  3. Jul 07

    David Bacher says:

    If you're having issues with MSBuild paths on slaves, see issue #3632 for possib...

    If you're having issues with MSBuild paths on slaves, see issue #3632 for possible workarounds.