Plugin Information
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 ChangelogRelease 1.3 (Dec 29, 2009)
Release 1.2 (Apr 21, 2009)
Release 1.1 (Jun 03, 2008)
|
Comments (3)
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?
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.
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.