简体   繁体   中英

Visual Studio can't find Nuget packages from private Nuget Server

I am running NuGet.Server v2.8.60717.93, hosted on Azure. The server is running correctly, and I am able to see all the packages if I go to the following url:

https://***.azurewebsites.net/nuget/Packages

I am also able to publish new packages to the server using Nuget Package Explorer.

I added https://***.azurewebsites.net/nuget as a Package Source in Visual Studio. However it can't find any packages, it just says No items found .

To my understanding, Nuget will set /Packages as default package folder unless otherwise is specified. I even tried to set packagesPath to ~/Packages , still no luck.

What am I missing?

如果我导航到https://***。azurewebsites.net/nuget/Packages但在visual studio中找不到任何项目,也会出现此问题,浏览器中会显示包的RSS提要。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM