Releases: codebeltnet/dotnet-test
v4.1.2
- Simplified condition for --no-restore and --no-build
Full Changelog: v4.1.1...v4.1.2
v4.1.1
- Fixed missing
inputs.build-switches - Fixed condition for
--no-restore
Full Changelog: v4.1...v4.1.1
v4.1.0
Better support for build-once use-many by supporting build and restore as input with defaults set to 'false'.
Full Changelog: v4.0...v4.1.0
v4.0.0
Refactored to follow best practice naming convention and comply more to SRP.
Full Changelog: v3...v4.0.0
v3.2.0
Due to (yet another) rare bug when testing for legacy .NET Framework, it was needed to support additional test arguments.
Because of the change with 3.1.1 (and no progress in fixing the bug that caused the release), it was decided to opt-in for a new argument: testArguments that is empty per default.
Full Changelog: v3.1...v3.2.0
v3.1.1
Decided to opt-in for --no-build when using dotnet test due to a rare bug introduced with .NET9 RC1.
dotnet build is run prior to dotnet test so changes should be backward compatible, but without side-effect from said mentioned bug.
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Introduced two new inputs:
# The time to wait for a test to complete before collecting a dump.
blameHangTimeout: '10m'
# The type of dump to collect when a test hangs.
blameHangDumpType: 'mini'Full Changelog: v3.0...v3.1.0
v3.0.1
Due to breaking changes in actions/[email protected], this action was tweaked to preserve backward compatibility.
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Full Changelog: v2...v3.0.0
v2.0.0
- Minor bugfixes
- Extended to support unique name using hashfiles on
inputs.projects - Support for
restoreCacheKey - Globbing extended with extglob
- Complemental restore-keys for work with multi-runner-os