Skip to content

Commit

Permalink
Use latest build of recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Dec 25, 2024
1 parent 9f43d4e commit 874f0ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "4.0.0",
"version": "5.0.0",
"commands": [
"dotnet-cake"
]
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Load the recipe
#load nuget:?package=NUnit.Cake.Recipe&version=1.3.0-alpha.1
#load nuget:?package=NUnit.Cake.Recipe&version=1.3.0-alpha.2
// Comment out above line and uncomment below for local tests of recipe changes
//#load ../NUnit.Cake.Recipe/recipe/*.cake

Expand Down

0 comments on commit 874f0ea

Please sign in to comment.