Plugin Information
| Plugin ID |
msbuild |
| Latest Release |
1.2 |
| Latest Release Date |
Apr 21, 2009 |
| Changes in Latest Release |
via Fisheye |
| Maintainer(s) |
n/a (java.net id: S0011918) |
| 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 (Oct 23, 2009)
Release 1.2 (April 21, 2009)
- Add a the possibility to manage multiple Msbuild version (issue #3719)
Release 1.1 (June 03, 2008)
Comments (1)
Oct 12
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?