diff --git a/recipe.cake b/recipe.cake index 2851d98..fdd2a4b 100644 --- a/recipe.cake +++ b/recipe.cake @@ -10,6 +10,7 @@ BuildParameters.SetParameters(context: Context, repositoryName: "Cake.Gitter", appVeyorAccountName: "cakecontrib", shouldRunDupFinder: false, + shouldRunInspectCode:!AppVeyor.IsRunningOnAppVeyor, shouldRunDotNetCorePack: true, preferredBuildProviderType: BuildProviderType.GitHubActions, shouldGenerateDocumentation: false);