Skip to content

Commit d2bdd85

Browse files
authored
Update Coveralls tool (#336)
1 parent 5b07bb1 commit d2bdd85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipe.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ToolSettings.SetToolSettings(
2929
// Workaround until https://github.com/cake-contrib/Cake.Recipe/issues/862 has been fixed in Cake.Recipe
3030
ToolSettings.SetToolPreprocessorDirectives(
3131
reSharperTools: "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2021.3.1",
32+
coverallsGlobalTool: "#tool dotnet:?package=coveralls.net&version=3.0.0",
3233
gitVersionGlobalTool: "#tool dotnet:?package=GitVersion.Tool&version=5.8.1");
3334

3435
Build.RunDotNetCore();

0 commit comments

Comments
 (0)