Dotnet build supports producing debug artifacts
This release adds a mode
to the build workflows to support generating debug artifacts. Dotnet workflow supports two modes: producing debuggable artifacts, and producing production-ready artifacts (default). This release also includes a few minor bug fixes.
Changelog
fix: match correct java version when only major version provided (#104)
feat(debug): DotNetCore support for producing debug artifacts (#107)
chore: Bumping version to 0.3.0 (#108)
fix: fixes java version matching for gradle when only major version provided (#110)