MSBuild - Jenkins - Nuget integration

☆樱花仙子☆ 提交于 2019-12-06 04:31:48
Tomer

Here is the answer, it took a long time to solve, and thanks to @adarshr I came to realize the problem is because of the difference between the Jenkins runner's user (i.e the jenkins Service) and my user. To resolve this issue I've made Jenkins running as the same user and all good!

Step by step:

  1. Go to Control Panel -> System and Security -> Administrative Tools
  2. Click on the Services shortcut.
  3. Right click on the Jenkins service and select Properties.
  4. Navigate to the Log On tab.
  5. Click on run as this user and fill in your credentials.
  6. Restart Jenkins.

Works like a charm!

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