I am trying to use an Artifactory repository as a nuget package source in Visual Studio 2017, and my nuget package does not show up in the Nuget Package Manager. The manager says "No packages found" (or only shows existing installed packages). In PackageManager Settings / Package Sources, I set up a package source with a url like the one below
http://server_name/artifactory/api/nuget/repository_name
In Manage Packages for Solution, I only selected this one source and clicked "Include prerelease", but no sign of my package in the package manager. I can successfully upload and download nuget packages to/from the repository using jfrog.exe without a problem. If I enter my repository url in a web browser, it shows the repository service as an xml page.
Any idea what could be preventing the available nuget packages from being shown in the package manager?
dotnet nuget push)... - Lucas