ci: remove --output from dotnet pack, put output directory to Directory.Build.props
chore: use version prefix to allow for setting a version suffix
ci: add version suffix to dotnet build and nuget push
ci: add nightly nuget push to myget
Merge pull request #54 from Rutherther/test/packet-files
Add tests working with packet files
chore: filter out NosSmooth.Game.Tests from dotnet test
CI does not contain needed NostaleData files.
chore: update nuget push to work only on release published
chore: fix workflow to work with .net 7
chore: change nuget push to start only on new release
chore: update nuget push action to have the environment variable with publish nuget task
chore: update nuget push action to use ubuntu instead of windows
chore: update nuget push action to pack into nuget directory
chore: update nuget push action
feat: add nuget push github workflow