Skip to content

Commit fb64ff8

Browse files
committed
Merge branch 'hotfix/0.12.1'
2 parents fb6ac77 + 4272ef9 commit fb64ff8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.1] / 2024-11-12
11+
### 🛠️ Fixes
12+
- Fixed incorrect verbosity of the default implementation of the `IUnitTest` component
13+
1014
## [0.11.0] / 2024-09-14
1115
### 🧹 Housekeeping
1216
- Bumped `Nuke.Common` to 8.1.0 and updated build scripts.
@@ -214,7 +218,8 @@ So now `{MutationTestDirectory}/[{framework}]` is now changed to `{MutationTestD
214218
## [0.1.0] / 2022-10-23
215219
- Initial release
216220

217-
[Unreleased]: https://github.com/candoumbe/Pipelines/compare/0.11.0...HEAD
221+
[Unreleased]: https://github.com/candoumbe/Pipelines/compare/0.12.1...HEAD
222+
[0.12.1]: https://github.com/candoumbe/Pipelines/compare/0.11.0...0.12.1
218223
[0.11.0]: https://github.com/candoumbe/Pipelines/compare/0.10.0...0.11.0
219224
[0.10.0]: https://github.com/candoumbe/Pipelines/compare/0.9.0...0.10.0
220225
[0.9.0]: https://github.com/candoumbe/Pipelines/compare/0.8.0...0.9.0

src/Candoumbe.Pipelines/Components/IUnitTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public interface IUnitTest : ICompile, IHaveTests, IHaveCoverage
7171

7272
internal sealed Configure<DotNetTestSettings> UnitTestSettingsBase => _ => _
7373
.SetConfiguration(Configuration.ToString())
74-
.ResetVerbosity()
7574
.EnableUseSourceLink()
7675
.SetNoBuild(SucceededTargets.Contains(Compile))
7776
.SetResultsDirectory(UnitTestResultsDirectory)

0 commit comments

Comments
 (0)