I’m trying to establish a private NuGet server for our team but I think I’ve found a show stopper.
If I have to download the solution from TFS the packages and its subdirectories are created but no actual files were downloaded. The result is that the dlls/assemblies are missing.
Is there a way to accomplish this without enabling package restore? I like to keep the corresponding dlls in the vcs.
Still no solution found. I think we really have to switch to the package restore feature.