Skip to content

Commit

Permalink
Merge pull request #1021 from cake-contrib-bot/update_CodecovUploader…
Browse files Browse the repository at this point in the history
…_reference_2024_08_03_12_04_53

Update CodecovUploader reference to 0.8.0
  • Loading branch information
gep13 authored Aug 3, 2024
2 parents 7ab89fb + 472e3b6 commit 141385b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Cake.Recipe/Content/toolsettings.cake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static class ToolSettings
public static string KuduSyncGlobalTool { get; private set; }

public static void SetToolPreprocessorDirectives(
string codecovTool = "#tool nuget:?package=CodecovUploader&version=0.7.3",
string codecovTool = "#tool nuget:?package=CodecovUploader&version=0.8.0",
// This is specifically pinned to 0.7.0 as later versions of same package publish .Net Global Tool, rather than full framework version
string coverallsTool = "#tool nuget:?package=coveralls.net&version=0.7.0",
string gitReleaseManagerTool = "#tool nuget:?package=GitReleaseManager&version=0.18.0",
Expand All @@ -53,7 +53,7 @@ public static class ToolSettings
string openCoverTool = "#tool nuget:?package=OpenCover&version=4.7.1221",
string reportGeneratorTool = "#tool nuget:?package=ReportGenerator&version=5.3.8",
string reportUnitTool = "#tool nuget:?package=ReportUnit&version=1.2.1",
string codecovGlobalTool = "#tool nuget:?package=CodecovUploader&version=0.7.3",
string codecovGlobalTool = "#tool nuget:?package=CodecovUploader&version=0.8.0",
string coverallsGlobalTool = "#tool dotnet:?package=coveralls.net&version=1.0.0",
string gitReleaseManagerGlobalTool = "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0",
string gitVersionGlobalTool = "#tool dotnet:?package=GitVersion.Tool&version=5.12.0",
Expand Down

0 comments on commit 141385b

Please sign in to comment.