rsdn / CodeJam

Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
MIT License
258 stars 35 forks source link

Rewrite the publish nuget packages script #155

Open ig-sinicyn opened 1 year ago

ig-sinicyn commented 1 year ago

As a part of #152 :

We have pretty basic .\CodeJam\Build\BuildScripts\CodeJam.Main.Push.bat I'd prefer to have a script (or may be a release pipeline) that will build the project with specified project version and will publish a preview version of the package.

I have no strong opinion on how on how to implement the issue. Feel free to propose ideas and may ber even an implementation!)