build .net application in Jenkins using MSBuild

前端 未结 5 1166
既然无缘
既然无缘 2020-12-13 04:29

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

5条回答
  •  粉色の甜心
    2020-12-13 04:32

    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
    

提交回复
热议问题