From 604d94f0736803e5b6d4eb4ca409d82e21b2f359 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Sat, 25 Jan 2020 01:43:10 +0100 Subject: [PATCH] (maint) Disable dupfinder and inspect code There are problems with the loading of their executables that prevent a successful build. --- recipe.cake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe.cake b/recipe.cake index c43a9f6..8b92c1b 100644 --- a/recipe.cake +++ b/recipe.cake @@ -9,6 +9,8 @@ BuildParameters.SetParameters(context: Context, repositoryOwner: "chocolatey-community", repositoryName: "chocolatey-language-server", appVeyorAccountName: "chocolateycommunity", + shouldRunDupFinder: false, // Unable to run dupFinder due to not finding some kind of external annotations file + shouldRunInspectCode: false, // Same reason as dupe finder shouldRunCodecov: true, shouldRunGitVersion: true, shouldRunDotNetCorePack: true);