DamianEdwards / MiniValidation

A minimalist validation library for .NET built atop the existing features in `System.ComponentModel.DataAnnotations` namespace
MIT License
321 stars 25 forks source link

Setup CI & CD using GitHub Actions #2

Closed DamianEdwards closed 1 year ago

DamianEdwards commented 2 years ago

CI setup now. CD to come.

DamianEdwards commented 2 years ago

CD of packages built from main is done now. They get published to the repo artifacts feed.

Need to figure out some further actions for:

DamianEdwards commented 2 years ago

Relevant articles:

DamianEdwards commented 1 year ago

This was done!