dswisher / git-exec-wrapper

A dotnet class library that provides a (hopefully) easy-to-use wrapper around command-line git
MIT License
0 stars 0 forks source link

Publish nuget packages #2

Open dswisher opened 2 years ago

dswisher commented 2 years ago

For this code to be useful, it needs to be published as a nuget package. I would like to use github actions to do so.

I have an initial nuke build script set up, along with a github action, that pushes develop branch changes to the github nuget repository. Changes merged into main should publish to nuget.org.

My initial attempt is based on this article, which illustrates the process. Before anything can be done on main, I need to get GitVersion properly set up by creating a GitVersion.yml file.