If I follow Artifactory document to setup Nuget remote repository,
http://www.jfrog.com/confluence/display/RTF/NuGet+Repositories
cached Nuget packages are stored in the root folder without creating any
subfolders.  It will be hard to browse this repo when multiple versions of
many 3rdparty packages are downloaded.
Example,
  nuget-gallery-cache/
    lesi.Collections.3.2.0.4000.nupkg
    NHibernate.3.3.0.4000.nupkg
    NHibernate.3.3.0.4000.nupkg
    log4net.2.0.3.nupkg

Is it possible to configure Nuget remote repository to store Nuget packages
in subfolder?  I have played around with custom repository layout but I
could not figure it out.
I prefer nuget-gallery-cache folder structure is something like
  nuget-gallery-cache/
    lesi.Collections/
      lesi.Collections.3.2.0.4000.nupkg
    NHibernate/
      NHibernate.3.3.0.4000.nupkg
      NHibernate.3.3.0.4000.nupkg
   log4net/
     log4net.2.0.3.nupkg

Note that adding subfolders to a local repo is working fine.  This question
is about adding subfolders to the remote repo cache of Nuget gallery
https://www.nuget.org/.



--
View this message in context: 
http://forums.jfrog.org/Questions-about-Nuget-remote-repository-configuration-tp7579476.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to