问题
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