Skip to content

Commit

Permalink
Merge pull request #69 from nils-a/feature/GH-68
Browse files Browse the repository at this point in the history
(#68) Bump Cake.Recipe to the latest 4.0.0-alpha
  • Loading branch information
nils-a authored Aug 6, 2024
2 parents 7278594 + 449190d commit cd1f5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "1.3.0",
"version": "2.3.0",
"commands": [
"dotnet-cake"
],
Expand Down
3 changes: 1 addition & 2 deletions recipe.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load nuget:?package=Cake.Recipe&version=3.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

Environment.SetVariableNames();

Expand All @@ -10,7 +10,6 @@ BuildParameters.SetParameters(context: Context,
repositoryName: "Cake.Chocolatey.Module",
shouldRunCodecov: false,
shouldRunCoveralls: false,
shouldPostToGitter: false,
appVeyorAccountName: "cakecontrib",
shouldRunDotNetCorePack: true,
preferredBuildProviderType: BuildProviderType.GitHubActions,
Expand Down

0 comments on commit cd1f5e8

Please sign in to comment.