I am trying to upload my *.snupkg file to artifactory.
Manually, this works through the website, but when I try to push with nuget push
it doesn't work and also doesn't give any response
nuget push "*.snupkg" -Source "https://artifactory.test.be/artifactory/api/nuget/v3/nuget/symbol" -ApiKey "USR:key" -SkipDuplicate
Also I tried pushing the normal nupkg file, hoping that it will also upload the snupkg together, like writter here, but also no success...