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 71478d6 commit bd04216Copy full SHA for bd04216
recipe.cake
@@ -12,7 +12,10 @@ BuildParameters.SetParameters(
12
appVeyorAccountName: "cakecontrib",
13
shouldCalculateVersion: true,
14
shouldRunDupFinder: false, // dupFinder is missing in 2021.3.0-eap
15
- shouldRunDotNetCorePack: true);
+ shouldRunDotNetCorePack: true,
16
+ shouldGenerateDocumentation: false, // Fails to restore tool on AppVeyor
17
+ ShouldRunCoveralls: false, // Fails to restore tool on AppVeyor
18
+ ShouldRunCodecov: false); // Fails to restore tool on AppVeyor
19
20
BuildParameters.PrintParameters(Context);
21
0 commit comments