Skip to content

Commit 5b07bb1

Browse files
authored
Fix build (#335)
1 parent bd04216 commit 5b07bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ BuildParameters.SetParameters(
1414
shouldRunDupFinder: false, // dupFinder is missing in 2021.3.0-eap
1515
shouldRunDotNetCorePack: true,
1616
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
17+
shouldRunCoveralls: false, // Fails to restore tool on AppVeyor
18+
shouldRunCodecov: false); // Fails to restore tool on AppVeyor
1919

2020
BuildParameters.PrintParameters(Context);
2121

0 commit comments

Comments
 (0)