Skip to content

Commit f158566

Browse files
committed
(build) Turn of DupFinder
This is causing lots of errors, plus going forward this tool is not supported by JetBrains, and its usage will be removed from Cake.Recipe.
1 parent 73c8940 commit f158566

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipe.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ BuildParameters.SetParameters(context: Context,
1414
appVeyorAccountName: "GitTools",
1515
shouldRunDotNetCorePack: true,
1616
shouldRunIntegrationTests: true,
17+
shouldRunDupFinder: false,
1718
integrationTestScriptPath: "./tests/integration/tests.cake",
1819
twitterMessage: standardNotificationMessage,
1920
gitterMessage: "@/all " + standardNotificationMessage);

0 commit comments

Comments
 (0)