ADAPT / ShippedItemInstancePlugin

Plugin to read the OAGIS ShippedItemInstance document
Eclipse Public License 1.0
0 stars 3 forks source link

Add multi-platform support and GitHub Actions to build, test, and publish #6

Closed brycehemme closed 3 years ago

brycehemme commented 3 years ago

This PR modifies the existing code to ensure it is capable of running across OS platforms and adds Github actions to build and test on push or PR and package. a Nuget package which is then published to the Github release and the public Nuget repo.

IMPORTANT NOTE: a Github secret named NUGET_API_KEY will need to be created in order to enable publishing to the public Nuget repo.