Skip to content

Commit

Permalink
(build) Update to latest Cake.Recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Jul 5, 2020
1 parent 322c327 commit 86cf30a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&version=2.0.0-unstable0052&prerelease
#load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&version=2.0.0-unstable0053&prerelease

Environment.SetVariableNames();

Expand All @@ -12,7 +12,8 @@ BuildParameters.SetParameters(context: Context,
shouldRunDotNetCorePack: true,
shouldRunDupFinder: false,
shouldRunInspectCode: false,
shouldRunGitVersion: true);
shouldRunGitVersion: true,
shouldRunCodecov: true);

BuildParameters.PrintParameters(Context);

Expand Down

0 comments on commit 86cf30a

Please sign in to comment.