I have a build server that pulls nuget packages for each build, and currently NugetGallery is deployed internally for custom packages. Right now, when eating bandwidth, like no tomorrow (not a huge deal, but I want to be kind and make things faster for us).
Therefore, I want to automatically mirror the repositories and cache them.
So far, I have several options: MyGet, which is a cloud-based offer (not like that) and Proget (which I'm leaning towards). Are there any other auto mirroring options that I am missing?
source share