loic-sharma / BaGet

A lightweight NuGet and symbol server
https://loic-sharma.github.io/BaGet/
MIT License
2.57k stars 639 forks source link

Impossible to publish the symbols on BaGet #751

Closed MrVrops closed 9 months ago

MrVrops commented 1 year ago

Hi,

Describe the bug

I can't publish the symbols on BaGet (No problem for NuGet)

To Reproduce

Steps to reproduce the behavior:

  1. Using this version of BaGet 'v0.4.0-preview2'
  2. Run this code '/usr/bin/dotnet nuget push'
  3. With these arguments '-s http://localhost:5000 -k ******* test.snupkg'
  4. See error: Nothing

Expected behavior

I would like to see the symbols published on the symbols servers.

Thanks for all,