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