nasser / nostrand

Clojure on Mono
68 stars 11 forks source link

Can pack and push nuget packages to git host #43

Closed skydread1 closed 2 years ago

skydread1 commented 2 years ago

Closes #42

We can now pack and push NuGet packages to a GitHub/GitLab Package registries. Tested with GitHub and GitLab. It is just a convenient wrapper for the 2 dotnet commands dotnet pack and dotnet nuget push

skydread1 commented 2 years ago

Changes included in this PR44