BaGet icon indicating copy to clipboard operation
BaGet copied to clipboard

.Net Framework Symbols are not being published

Open dtsob75 opened this issue 4 years ago • 1 comments

SDK packages and symbols are properly being deployed using the push command. However, if the project is a .Net Framework project, the package is pushed, but the symbols is failing with the following information

D:\AProgram\Projects\packages\Working>nuget push -Source http://baget.XXXXXXX.com/v3/index.json -ApiKey XXXXX "*.snupkg" Pushing DT.XXXXX.2021.6.5.1.snupkg to 'http://baget.XXXXXX.com/api/v2/symbol'... PUT http://baget.XXXXXXX.com/api/v2/symbol/ BadRequest http://baget.XXXXXX.com/api/v2/symbol/ 354ms Response status code does not indicate success: 400 (Bad Request).

The *.snupkg file did exist and appears to be correct.

I have tried this at the time of publishing the package and the symbol portion returns the same message.

I also verified in the destination folder for the symbols that the symbol does not exist on the server.

dtsob75 avatar Jun 15 '21 21:06 dtsob75

Same issue here sometimes. The error logs showed DB context connection issues.

db: MySQL
storage: s3

jerry153fish avatar Jun 21 '21 22:06 jerry153fish