Skip to content

Commit

Permalink
Merge branch 'release/4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Nov 17, 2024
2 parents 4f8f85b + 1c7a9df commit af08ea5
Show file tree
Hide file tree
Showing 4 changed files with 2 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
1 change: 0 additions & 1 deletion config.wyam

This file was deleted.

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 af08ea5

Please sign in to comment.