these modules are still under development and will change in the future
dotnet build --version-suffix [Version] --no-incremental -c Release git tag v[Version] git push --tags dotnet pack --version-suffix [Version] -c Release -o .\bin[Version] cd .\bin[Version] dotnet nuget push * --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key [key]
to mark an assembly as Package, add it to the PackageAssembly tag in Directory.Build.Props