JetBrains / teamcity-nuget-support

TeamCity NuGet support
Apache License 2.0
43 stars 11 forks source link

package folder depth for Java Server different than .Net Server #4

Open jayeshpatel1 opened 11 years ago

jayeshpatel1 commented 11 years ago

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

jonnyzzz commented 11 years ago

Please provide a patch for standalone-3 branch to cover the issue