domaindrivendev / Swashbuckle.AspNetCore

Swagger tools for documenting API's built on ASP.NET Core
MIT License
5.26k stars 1.32k forks source link

Push NuGet symbols to NuGet.org #3174

Closed Saibamen closed 13 hours ago

Saibamen commented 13 hours ago

Symbols are not published in nuget.org after https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3168: https://www.nuget.org/packages/Swashbuckle.AspNetCore/ image

Fixes https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3165

Saibamen commented 13 hours ago

But this need testing

martincostello commented 13 hours ago

Symbol packages are automatically discovered and published when found. You can see them being uploaded in the logs from the tagged build earlier today.