Skip to content

Commit

Permalink
Merge pull request #1554 from nunit/issue-1545b
Browse files Browse the repository at this point in the history
Use latest build of recipe
  • Loading branch information
CharliePoole authored Dec 25, 2024
2 parents 9f43d4e + 874f0ea commit f75008d
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 f75008d

Please sign in to comment.