Skip to content

Commit c0929d6

Browse files
authored
Disable reporting to Coveralls (#338)
1 parent d2bdd85 commit c0929d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipe.cake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ ToolSettings.SetToolPreprocessorDirectives(
3232
coverallsGlobalTool: "#tool dotnet:?package=coveralls.net&version=3.0.0",
3333
gitVersionGlobalTool: "#tool dotnet:?package=GitVersion.Tool&version=5.8.1");
3434

35+
// Disable Upload-Coveralls-Report task since it fails to install the tool on AppVeyor
36+
BuildParameters.Tasks.UploadCoverallsReportTask.WithCriteria(() => false);
37+
3538
Build.RunDotNetCore();

0 commit comments

Comments
 (0)