Skip to content

Commit

Permalink
Upgrade to Cake.Recipe 4.0.0-alpha0126
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Nov 17, 2024
1 parent 58d739f commit 13976f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 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
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ cache:

# Environment configuration
image:
- Ubuntu1804
- Visual Studio 2022

# Skip builds for doc changes
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "9.0.100",
"rollForward": "patch",
"allowPrerelease": false
}
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 @@ -12,7 +12,6 @@ BuildParameters.SetParameters(context: Context,
shouldRunDotNetCorePack: true,
shouldRunInspectCode: false,
shouldRunCodecov: false,
shouldPostToGitter: false,
appVeyorAccountName: "cakecontrib",
shouldCalculateVersion: true);

Expand Down

0 comments on commit 13976f2

Please sign in to comment.