Skip to content

Commit b2793bf

Browse files
committed
bump Cake in CI to 2.3.0 to match Cake.Recipe 4.x
1 parent ec4354a commit b2793bf

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "1.3.0",
6+
"version": "2.3.0",
77
"commands": [
88
"dotnet-cake"
99
]

recipe.cake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ BuildParameters.SetParameters(
1212
repositoryOwner: "cake-contrib",
1313
shouldRunDotNetCorePack: true,
1414
shouldUseDeterministicBuilds: true,
15-
gitterMessage: "@/all " + standardNotificationMessage,
1615
twitterMessage: standardNotificationMessage,
1716
shouldRunCodecov: false,
1817
preferredBuildProviderType: BuildProviderType.GitHubActions,
@@ -21,12 +20,6 @@ BuildParameters.SetParameters(
2120

2221
BuildParameters.PrintParameters(Context);
2322

24-
ToolSettings.SetToolPreprocessorDirectives(
25-
gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0",
26-
gitVersionGlobalTool: "#tool dotnet:?package=GitVersion.Tool&version=5.12.0",
27-
reportGeneratorGlobalTool: "#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.4.7",
28-
coverallsGlobalTool: "#tool dotnet:?package=coveralls.net&version=4.0.1");
29-
3023
ToolSettings.SetToolSettings(context: Context);
3124

3225
Build.RunDotNetCore();

0 commit comments

Comments
 (0)