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.
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 intomain
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 aGitVersion.yml
file.