Skip to content

Commit cd1f5e8

Browse files
authored
Merge pull request #69 from nils-a/feature/GH-68
(#68) Bump Cake.Recipe to the latest 4.0.0-alpha
2 parents 7278594 + 449190d commit cd1f5e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#load nuget:?package=Cake.Recipe&version=3.1.1
1+
#load nuget:https://pkgs.dev.azure.com/cake-contrib/Home/_packaging/addins/nuget/v3/index.json?package=Cake.Recipe&version=4.0.0-alpha0126
22

33
Environment.SetVariableNames();
44

@@ -10,7 +10,6 @@ BuildParameters.SetParameters(context: Context,
1010
repositoryName: "Cake.Chocolatey.Module",
1111
shouldRunCodecov: false,
1212
shouldRunCoveralls: false,
13-
shouldPostToGitter: false,
1413
appVeyorAccountName: "cakecontrib",
1514
shouldRunDotNetCorePack: true,
1615
preferredBuildProviderType: BuildProviderType.GitHubActions,

0 commit comments

Comments
 (0)