SkywardApps / popcorn

Popcorn is a .Net Middleware for your RESTful API that allows your consumers to request exactly as much or as little as they need, with no effort from you.
https://skywardapps.github.io/popcorn/
MIT License
59 stars 19 forks source link

Publish Nuget symbols #27

Closed alexbarbato closed 4 years ago

alexbarbato commented 7 years ago

@jmathew asked a good question about Nuget symbols. Currently it doesn't seem that we push our symbols with our nuget deployments.

Do we want to add a deploy step to do so?

https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages - Possible implementation

undiwahn commented 4 years ago

This should be resolved with the PR https://github.com/SkywardApps/popcorn/pull/53