I have a .net application built on .net framework 3.5, I am trying to build this application on Jenkins CI server. I\'ve added MSBuild plugin and and have added path to the
I think you should set an absolute path for "msbuild.exe" in your Jenkins configuration, for example:
C:\Windows\Microsoft.NET\Framework\v3.5\msbuild.exe