From 874f0ea8c886f4a5ee6b18938c6231026cb263ff Mon Sep 17 00:00:00 2001 From: Charlie Poole Date: Wed, 25 Dec 2024 14:06:02 -0800 Subject: [PATCH] Use latest build of recipe --- .config/dotnet-tools.json | 2 +- build.cake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index da200cdae..43e6f74ce 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "4.0.0", + "version": "5.0.0", "commands": [ "dotnet-cake" ] diff --git a/build.cake b/build.cake index 9f39ad7a0..adcc21236 100644 --- a/build.cake +++ b/build.cake @@ -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