Skip to content

Commit

Permalink
Upgrade Cake tools, closes #81
Browse files Browse the repository at this point in the history
  • Loading branch information
cd21h committed May 20, 2020
1 parent b248a0f commit 739da0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .build/definitions.cake
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#addin nuget:?package=Cake.AppVeyor&version=4.0.0

// TOOLS
#tool nuget:?package=GitReleaseManager&version=0.10.3
#tool nuget:?package=GitVersion.CommandLine&version=5.1.3
#tool nuget:?package=GitReleaseManager&version=0.11.0
#tool nuget:?package=GitVersion.CommandLine&version=5.3.3
#tool nuget:?package=coveralls.io&version=1.4.2
#tool nuget:?package=OpenCover&version=4.7.922
#tool nuget:?package=ReportGenerator&version=4.5.0
#tool nuget:?package=ReportGenerator&version=4.5.8


public class CodeCoverageSettings
Expand Down
2 changes: 1 addition & 1 deletion .build/tasks.cake
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Task("Build")
.Does<BuildInfo>(build =>
{
if (build.IsRelease) {
Information("Running {0} build for code coverage", "Debug");
Information("Running {0} build to calculate code coverage", "Debug");
// need Debug build for code coverage
DotNetCoreBuild(build.Paths.SrcDir, new DotNetCoreBuildSettings {
NoRestore = true,
Expand Down

0 comments on commit 739da0b

Please sign in to comment.