Skip to content

Automatically building nuspec files for csproj files #27

@AwaNoodle

Description

@AwaNoodle

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions