Can't get msbuild.exe path correct with Hudson's MSBuild plugin

Posted by Joseph on Stack Overflow See other posts from Stack Overflow or by Joseph
Published on 2010-02-09T19:05:44Z Indexed on 2010/04/30 2:17 UTC
Read the original article Hit count: 1053

I have the msbuild plugin installed on my Hudson server, and it's attempting to execute the command, but for some reason the path I'm setting in my configuration is not being used when the msbuild task gets fired.

I have the following set in the configuration of hudson's msbuild plugin:

Path To msbuild.exe C:\Windows\Microsoft.NET\Framework\v3.5\msbuild.exe

I left the name property blank.

When I do a build it outputs this:

Executing command: cmd.exe /C msbuild.exe /p:Configuration=Release ...

Which I know is wrong because all the other examples show the [msbuild.exe] part fully qualified.

I've been searching everywhere trying to figure out why this isn't getting set properly and I've hit a brick wall.

Does anyone know how to fix this?

© Stack Overflow or respective owner

Related posts about hudson

Related posts about continuous-integration