Unable to build nuget packages during Jenkins build

做~自己de王妃 提交于 2020-07-22 05:02:07

问题


I am trying to build a .Net WEB API (https://github.com/NaveeenSemwal/jenkinsapi.git) using Jenkins freestyle project but i am getting error of nuget packages while building job in Jenkins. I have used VS 2019 community edition to create .net web api.

I have configured MSBuild in Jenkins as below :

Here i have configured git repository:

And this is how i am using MSBuild in Jenkins's Job :

Please find the error which i am getting while during build as below :

I have also seen in the workspace folder but didn't find any generated .DLL of that package.

Please let me know where i am missing. Thanks!

来源:https://stackoverflow.com/questions/62547882/unable-to-build-nuget-packages-during-jenkins-build

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!