From 369639b05afe9c4b6ac484750668426e5bbb6adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Thu, 19 Jun 2025 11:05:10 +0200 Subject: [PATCH 1/2] chore: update aweXpect.Core to v2.10.6 --- Directory.Packages.props | 4 ++-- Pipeline/Build.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index a2a4857ff..b833ca46b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,8 +3,8 @@ true - - + + diff --git a/Pipeline/Build.cs b/Pipeline/Build.cs index 25356ef59..a07a0cc08 100644 --- a/Pipeline/Build.cs +++ b/Pipeline/Build.cs @@ -19,7 +19,7 @@ partial class Build : NukeBuild /// /// Afterward, you can update the package reference in `Directory.Packages.props` and reset this flag. /// - readonly BuildScope BuildScope = BuildScope.CoreOnly; + readonly BuildScope BuildScope = BuildScope.Default; [Parameter("Github Token")] readonly string GithubToken; From ac3ba92baf42f6d6319681be0dbdc5906a0176f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Thu, 19 Jun 2025 11:11:22 +0200 Subject: [PATCH 2/2] Fix nuke schema --- .nuke/build.schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.nuke/build.schema.json b/.nuke/build.schema.json index fbd232991..0463267cb 100644 --- a/.nuke/build.schema.json +++ b/.nuke/build.schema.json @@ -37,9 +37,11 @@ "CodeAnalysisEnd", "CodeCoverage", "Compile", + "DebugUnitTests", "DotNetFrameworkUnitTests", "DotNetUnitTests", "MutationComment", + "MutationTestDashboard", "MutationTestExecution", "MutationTests", "Pack", @@ -48,6 +50,7 @@ "TestFrameworks", "TestingPlatformFrameworks", "UnitTests", + "UnitTestsWithCoverage", "VsTestFrameworks", "XunitTestingPlatformFrameworks" ]