opentk / GLControl

WinForms control for OpenTK 4.x.
https://opentk.net
Other
54 stars 24 forks source link

Setup Nuke build #5

Closed bezo97 closed 3 years ago

bezo97 commented 3 years ago

Maintainers can use publish.cmd, Nuke will ask for a nuget key and a github key and it will publish a new release based on release_notes.md as requested on discord.
There's also the option to do the same without publishing, good for testing the package locally:
.\build.cmd --target pack --configuration release

Artifacts are produced in the artifacts folder, already gitignored. I've left some todo comments for a future CI possibility.