Deployment issue - Nuget
I tried to deploy one of my nuget package to nuget.org but it looks like symbol package publish was not success. Here is my log:
Downloading artifact artifacts/ConfigCat.Client.5.2.58.nupkg to temporary location...OK
Publishing ConfigCat.Client.5.2.58.nupkg to https://www.nuget.org/api/v2/package...OK
Downloading artifact artifacts/ConfigCat.Client.5.2.58.symbols.nupkg to temporary location...OK
Publishing ConfigCat.Client.5.2.58.symbols.nupkg to https://nuget.smbsrc.net/api/v2/package...
Error publishing package. NuGet server returned 500: Internal Server Error
https://ci.appveyor.com/environment/36545
It looks like the issue is on Nuget side, but how can I get more details about Error?
Thanks,
Endre
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 03 Jul, 2020 03:53 AM
Hi Endre,
nuget.smbsrc.net
has been erroring like that for a long time. Looks like it's gone completely.You have to switch to
.snupkg
format which can be published to nuget.org.Feodor Fitsner closed this discussion on 02 Sep, 2020 09:03 PM.