Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
MS Windows Server 2008
Description
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.
There we go! Just change the documentation to make the implementation correct! Although the documentation is still probably lacking a bit. Perhaps
This is the absolute path to the project file MSBuild will use. Alternatively, if the project file is in the root directory of the project's workspace, simply the name of the project file will suffice.
Can someone give me directions on compiling the MSBuild Plugin and testing it locally? I would be happy to give this a whack. It seems like it should be simple. Most frameworks can resolve relative paths.