Hi All,
I am new to MSBuild and trying to automate the MSBuild task using Jenkins. I am able to execute the below command from cmd prompt
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin> msbuildD:\Project\clientservice\clientservice.sln/p:Configuration=Debug /p:DeployOnBuild=true /p:PublishProfile=D:\Project\clientservice\PubProfile.pubxml /p:PublishUrl=D:\WebApplication\Publish
But I am unable to execute the same command in MSBuild under "Build Visual studio project or solution using MSBuild", I am getting the below error when I execute the job in jenkins.
Can someone help me on this fix it.
Regards,
Dhamodharan.