From 525d063e9785c91941bac71ebfab4d89743e1024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Mon, 21 Jul 2025 22:04:13 +0200 Subject: [PATCH] chore: update aweXpect.Core to v2.15.2 and re-enable build scope to "Default" --- Directory.Packages.props | 2 +- Pipeline/Build.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 539d09e6c..db8a52da3 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,7 +4,7 @@ - + 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;