DigitecGalaxus / Galaxus.Functional

A package bringing popular functional abstractions (e.g. Option or Result) to C#.
Other
37 stars 12 forks source link

Polish package packing process #35

Closed phkiener closed 1 year ago

phkiener commented 1 year ago

Right now, packing involves invoking dotnet pack with the correct path to the .nuspec files.

I'd love to:

In the end, I want the packing process to be as simple as doing dotnet pack -c Release -o packages/ in the repository root.