Skip to content

Commit

Permalink
Updates setup.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaMarkic committed Mar 27, 2018
1 parent 21373d0 commit 2d21281
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ BuildParameters.SetParameters(
repositoryName: "Cake.ProtobufTools",
appVeyorAccountName: "cakecontrib",
shouldRunDupFinder: false,
shouldRunInspectCode: false);
shouldRunInspectCode: false,
shouldRunCodecov: false);

BuildParameters.PrintParameters(Context);

Expand Down

0 comments on commit 2d21281

Please sign in to comment.