Hi,
I setup a docker server as the documentation describes, I can also push nuget packages into the server and see them on the filesystem /srv/www/packagesfiles but when I try to run
dotnet add package -s http://sulv082:8088/ drk.crm.api.common
it can not find the package. I also tried
dotnet add package -s http://sulv082:8088/index.php drk.crm.api.common
but then I get the "Only deletes allowed" message.
Where did I mess up? Any help would be appreciated :)
Best regards