From 9840d910a135e3bb5a25b140fce83bb87708ec6e Mon Sep 17 00:00:00 2001 From: Charlie Poole Date: Wed, 25 Dec 2024 19:59:20 -0800 Subject: [PATCH] Update recipe --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index adcc21236..312cb9a4a 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.2 +#load nuget:?package=NUnit.Cake.Recipe&version=1.3.0-alpha.3 // Comment out above line and uncomment below for local tests of recipe changes //#load ../NUnit.Cake.Recipe/recipe/*.cake