OctoPack not honoring nuget.config

I have my nuget pacakages in an alternate directory (a lib folder). To redirect nuget I use a nuget.config file with the following contents

../lib/nuget

If I add Nuget.Commandline package using this setting, OctoPack does not find it.

When I copied the package to its default location, it worked. However, we have multiple projects with the same setup, and we can’t change them all to this convention without a lot of trouble.

Hi Bjarte, thanks for letting me know, I’ll try to get a fix out this weekend for it.

Paul