上游包未显示在 VSTS 包管理中
upstream packages not showing up in VSTS Package Management
我已经在我的 VSTS 项目中配置了包管理扩展,并将 nuget.org 添加为上游源。
我已将我的 Visual Studio 项目配置为使用我的 VSTS 提要作为唯一的包源。
我已经在包管理器控制台上使用 Install-Package
通过我的 VSTS 提要从 nuget.org 安装了一个 nuget 包。我希望该包随后会出现在我的 VSTS 提要中,但事实并非如此。
我的期望是错误的,还是我错过了一步?
我之前安装过这个 nuget 包,所以它在我的本地 nuget 缓存中。我清除了本地 nuget 缓存 (Tools->NuGet Package Manager->Package Manager Settings->General->Clear All NuGet Cache(s)
) 并重新安装了包,然后看到它通过我的 VSTS 提要拉取并缓存在那里。
我已经在我的 VSTS 项目中配置了包管理扩展,并将 nuget.org 添加为上游源。
我已将我的 Visual Studio 项目配置为使用我的 VSTS 提要作为唯一的包源。
我已经在包管理器控制台上使用 Install-Package
通过我的 VSTS 提要从 nuget.org 安装了一个 nuget 包。我希望该包随后会出现在我的 VSTS 提要中,但事实并非如此。
我的期望是错误的,还是我错过了一步?
我之前安装过这个 nuget 包,所以它在我的本地 nuget 缓存中。我清除了本地 nuget 缓存 (Tools->NuGet Package Manager->Package Manager Settings->General->Clear All NuGet Cache(s)
) 并重新安装了包,然后看到它通过我的 VSTS 提要拉取并缓存在那里。