Skip to content

Dotnet build supports producing debug artifacts

Compare
Choose a tag to compare
@sriram-mv sriram-mv released this 16 Apr 16:55
· 223 commits to master since this release
f40c0ae

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)