Hi, Could there be a problem in your NuGet endpoint implementation? I cannot get it to work via the command line. Please compare the results of the following two sets of commands:
1. How I would expect it reacts: nuget sources add -name nuget-real -source https://www.nuget.org/api/v2 nuget list -source nuget-real nuget install 32feet.NET -Version 3.5.0.0 -Source nuget-real -Verbosity detailed -NoCache 2. How it actually reacts: nuget sources add -name nuget-gallery -source http://repo.jfrog.org/artifactory/api/nuget/nuget-gallery nuget list -source nuget-gallery nuget install 32feet.NET -Version 3.5.0.0 -Source nuget-gallery -Verbosity detailed –NoCache As you can see NuGet + your Endpoint installs the wrong package. I guess the reason is that NuGet takes the first entry of the feed and your endpoint fails to filter. I am using nuget.exe 2.7.40906.75 Thanks, Peter -- View this message in context: http://forums.jfrog.org/Problems-with-NuGet-endpoint-tp7579105.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globalize service processes across IT 3. Implement zero-touch automation to replace manual, redundant tasks http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
