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