From 80c1697f23aeeeefec9c4b0793ca57dced8c7136 Mon Sep 17 00:00:00 2001
From: Mattias Karlsson <matkar@wcom.se>
Date: Tue, 14 Dec 2021 09:15:47 +0100
Subject: [PATCH] Don't run InspectCode on AppVeyor

---
 recipe.cake | 1 +
 1 file changed, 1 insertion(+)

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);