diff --git a/recipe.cake b/recipe.cake index 67e7765..2e5a071 100644 --- a/recipe.cake +++ b/recipe.cake @@ -10,7 +10,8 @@ BuildParameters.SetParameters(context: Context, repositoryName: "Cake.Gitter", appVeyorAccountName: "cakecontrib", shouldRunDupFinder: false, - shouldRunDotNetCorePack: true); + shouldRunDotNetCorePack: true, + preferredBuildProviderType: BuildProviderType.GitHubActions); BuildParameters.PrintParameters(Context);