monkeyman192 / MBINCompiler

A tool for decompiling No Man's Sky .MBIN files to XML format
https://monkeyman192.github.io/MBINCompiler
Other
250 stars 49 forks source link

Update CI with build matrix #572

Closed monkeyman192 closed 1 year ago

monkeyman192 commented 1 year ago

Update the pipeline script to build, test and release artefacts for linux and windows, and for dotnet 6 and 7. This should also ensure that the SDK used to build the binaries is the earliest so that we have maximum compatibility. Finally, this should have plenty of flexibility so that when we want to add MacOS builds we should be able to do so relatively easily.