【发布时间】:2020-03-13 23:12:30
【问题描述】:
我想设置一个管道,但在 NuGet 还原时它失败了
Errors in packages.config projects
Unable to find version '1.0.0.5' of package 'mypackage'.
https://api.nuget.org/v3/index.json: Package 'mypackage.1.0.0.5' is not found on source 'https://api.nuget.org/v3/index.json'.
##[error]The nuget command failed with exit code(1) and error(Errors in packages.config projects
此包实际上存储在我公司的本地 NuGet 服务器(内部网络)上,无法从 Internet 获取。
Azure DevOps 是否可以访问这些包?
【问题讨论】:
标签: azure-devops