Skip to content

Releases: codebeltnet/dotnet-test

v4.1.2

15 Sep 09:41

Choose a tag to compare

  • Simplified condition for --no-restore and --no-build

Full Changelog: v4.1.1...v4.1.2

v4.1.1

15 Jun 17:08

Choose a tag to compare

  • Fixed missing inputs.build-switches
  • Fixed condition for --no-restore

Full Changelog: v4.1...v4.1.1

v4.1.0

14 Jun 19:08

Choose a tag to compare

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

29 May 21:37

Choose a tag to compare

Refactored to follow best practice naming convention and comply more to SRP.

Full Changelog: v3...v4.0.0

v3.2.0

29 Sep 20:32

Choose a tag to compare

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

13 Sep 22:37

Choose a tag to compare

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

12 Sep 19:56

Choose a tag to compare

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

06 Sep 14:13

Choose a tag to compare

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

06 Sep 14:12

Choose a tag to compare

Full Changelog: v2...v3.0.0

v2.0.0

26 May 15:19

Choose a tag to compare

  • 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