nuget - Packages not appearing in proget feed -


I am using the program to upload packages, I'm manually uploading from the disk, but when I check that the package is present in this feed. When I log on to the server that is hosting the Progress and going from the package to the Pathpath, I can see that the package is actually on the server!

Why do not any thoughts appear in the feed?

ps I restarted the website / application pool and the Pragate service and still does not work.

No packages are seen in the web application (and you have verified that they are actually In the right place on the disk), this means that packages are not indexed by the Proget Service.

Since you have already restarted the ProGet Web service, so this is a problem with the personal package.

Check to see "Indexing errors" in the Admin section; It will give some insight what the problem might be. Frequently, the file name does not match the package name / version; This is a requirement if you have a package of MyFoo and version 3.0.1, so it should be MyFoo.3.0.1.nupkg and the appropriate name within it should be MyFoo.nuspec.

If there is no error log, you can try to run the service indirectly, simply stop the Windows service, then run the .exe file and select the appropriate option to run.

Another option is to draw a package from a remote connector (eg JQuery or something) to verify that indexing is working properly, then drop that package into another feed (which Does not use the connector).

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -