-
Bug
-
Resolution: Fixed
-
Minor
-
MS Windows Server 2008
I use SVN to checkout a project to .\proj and a dependency to .\dep. The .sln file is at .\proj\proj.sln. I us the MsBuild plugin with the setting "MsBuild Build File" = "proj\proj.sln" (or a number of variants such as .\proj\proj.sln). Msbuild fails with MSB1009: Project file does not exist. However, running a similar command manually succeeds.
[JENKINS-13863] MSBuild is unable to build projects in a different directory
Attachment | New: goodconfig.PNG [ 21897 ] | |
Attachment | New: badconfig.PNG [ 21898 ] | |
Attachment | New: badbuild.txt [ 21899 ] | |
Attachment | New: goodbuild.txt [ 21900 ] |
Attachment | New: betterbuild.txt [ 21907 ] |
MSBuild Jenkins plugin only builds the MSBuild command line and the plugin executes this generated command line.
What is the issue?