You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2020. It is now read-only.
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
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