在测试服务器中,部署jenkins自动构建时,执行dotnet restore时,项目编译不成功。
执行完之后,找到错误信息是
https://api.nuget.org/v3/index.json 的服务索引。 : error : 无法加载源
但是直接在浏览器是能打开这个地址的。
不知道大家有没有遇到过这个问题?
相关问题
- Importing NuGet references through a local project
- Jenkins - cmd is not recognized
- What SQLite NuGet package do I need
- When using Nokogiri, how do you suppress the inser
- Where Jenkins stores plugin configuration
相关文章
- dotnet restore还原nuget包时无法加载 https://api.nuget.org/
- dotnet restore还原nuget包时无法加载 https://api.nuget.org/
- jenkins在window集群环境中如何部署自动化发布?
- jenkins + Publish over FTP 自动部署前端React项目
- jenkins自定打包部署React前端项目遇到的问题。
- Best way to manage docker containers with supervis
- Access BitBucket payload data in Jenkins pipeline
- Jenkins Not Outputting Junit Report Info From File
服务器环境问题,本地是可以的
https://stackoverflow.com/questions/41185443/nuget-connection-attempt-failed-unable-to-load-the-service-index-for-source
看看这个
或者换成国内的nuget服务器试试(例如:https://nuget.cnblogs.com/v3/index.json)