【发布时间】:2016-08-31 11:16:40
【问题描述】:
我在包发布中心 (VSTS) 中创建了一个新提要,安装了凭据,然后添加了包源。
现在,我正在使用 Visual Studio 2015 将 Micrososft.Aspnet.mvc 安装到项目中,但是它给出了以下错误:
Exception 'System.AggregateException' thrown when trying to add source
'https://mysite.pkgs.visualstudio.com/DefaultCollection/_packaging/MyLogUtils/nuget/v3/index.json'.
Please verify all your online package sources are available.
我需要正常安装 NuGet 包,所以我从 VSTS 中删除了提要。但是,问题仍然存在。如何解决这个问题?
【问题讨论】:
-
您使用的详细 Visual Studio 版本是什么? Nuget 包管理器适用于 VS2015 Update1 及更高版本。如果您从 PC 中删除新添加的源,它仍然会发生吗?您能否分享重现此问题的详细步骤?
标签: visual-studio nuget azure-devops nuget-package azure-artifacts