MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

Publish common library to NuGet #32

Open MerrionComputing opened 4 years ago

MerrionComputing commented 4 years ago

The EventSourcingOnAzureFunctions.Common.csproj project should automatically build and be pushed to NuGet.org

MerrionComputing commented 4 years ago

There is a GitHub action for this: https://github.com/marketplace/actions/publish-nuget

MerrionComputing commented 4 years ago

First cut up on https://www.nuget.org/packages/EventSourcingOnAzureFunctions.Common/

Needs all the description, license etc. filling in

MerrionComputing commented 3 years ago

See also: https://lukelowrey.com/use-github-actions-to-publish-nuget-packages