-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
I think it would be pretty good to make use of the nuget feature to generate nuspec files and pack them based off a csproj. Atm I have to roll-my-own nuspec file for every output that I want. This stops me using a common workflow where I can call nuget spec in the same folder as the csproj to create my nuspec (with all the tags to use description and id from the project) and then calling nuget pack to create my nuget file. It saves me having to track every output I need.
Since it follows a convention that the nuspec will sit next to the csproj, could we have a feature to check for a nuspec sitting next to the csproj and then have OneBuild call pack on the csproj rather than the nuspec file?