Skip to content

Commit bd04216

Browse files
authored
Disable Wyam and code coverage until issues on AppVeyor are fixed (#334)
1 parent 71478d6 commit bd04216

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

recipe.cake

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ BuildParameters.SetParameters(
1212
appVeyorAccountName: "cakecontrib",
1313
shouldCalculateVersion: true,
1414
shouldRunDupFinder: false, // dupFinder is missing in 2021.3.0-eap
15-
shouldRunDotNetCorePack: true);
15+
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
1619

1720
BuildParameters.PrintParameters(Context);
1821

0 commit comments

Comments
 (0)