diff --git a/Directory.Packages.props b/Directory.Packages.props index 43b6ce184..f5c329f28 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;