We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c8940 commit f158566Copy full SHA for f158566
recipe.cake
@@ -14,6 +14,7 @@ BuildParameters.SetParameters(context: Context,
14
appVeyorAccountName: "GitTools",
15
shouldRunDotNetCorePack: true,
16
shouldRunIntegrationTests: true,
17
+ shouldRunDupFinder: false,
18
integrationTestScriptPath: "./tests/integration/tests.cake",
19
twitterMessage: standardNotificationMessage,
20
gitterMessage: "@/all " + standardNotificationMessage);
0 commit comments