-
Bug
-
Resolution: Done
-
Minor
-
windows machine with build tools VS2013 or VS2015
When you setup msbuild path on "Manage Jenkins" -> "Configure System" with only path.
The build will fail, because msbuild.exe is missing in cmd line.
When we configure it with complete path, like on screenshot, build works, but the configuration website shows a warning, that we must specify a directory instead of a file.
This behavior was on all jenkins server which we use.
It seems to be not happen for .NET 4.0 msbuild in the Windows folder!
- duplicates
-
JENKINS-28679 msbuild plugin expects a path to msbuild.exe, but shows a warning if you specify it
-
- Resolved
-
I've also encountered this problem. The configuration doesn't clearly specify whether it requires the folder or the executable. It gives a warning when the executable is given, even though it is actually what is required.
Please either fix the warning or the expected behaviour and better communicate what information exactly is required.