teamcity-nuget-support icon indicating copy to clipboard operation
teamcity-nuget-support copied to clipboard

package folder depth for Java Server different than .Net Server

Open jayeshpatel1 opened this issue 11 years ago • 1 comments

NuGet .Net Server finds packages located one level below the designated location, while NuGet standalone Java Server only looks for packages at the level we specify.

That is... java -jar standalone-nuget-feed.jar /tmp/nuget_packages /url:http://localhost:8888/nuget/feed

would not find packages if we organize them under: /tmp/nuget_packages/App1 /tmp/nuget_packages/App2 /tmp/nuget_packages/3rdParty

jayeshpatel1 avatar May 31 '13 19:05 jayeshpatel1