Hello, I'm new to Jenkins. I have MSBuild and TFS server plug-ins installed. I could run msbuild command line and my project is succeeded, but on Jenkins it keeps giving me error MSB1008 or MSB1009. What is the right configuration for Jenkins/Build/Build a VS project/MSBuild Build File?
My .sln path in TFS workspace is: c:\Workspace\ProjX\Main\ProjX.sln and my setting in MSBuild Build File : $/Main/ProjX.sln > This keeps giving above errors.. Any thoughts?