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 bd04216 commit 5b07bb1Copy full SHA for 5b07bb1
recipe.cake
@@ -14,8 +14,8 @@ BuildParameters.SetParameters(
14
shouldRunDupFinder: false, // dupFinder is missing in 2021.3.0-eap
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
+ shouldRunCoveralls: false, // Fails to restore tool on AppVeyor
+ shouldRunCodecov: false); // Fails to restore tool on AppVeyor
19
20
BuildParameters.PrintParameters(Context);
21
0 commit comments