From 5602ff99940742672897e213c8e8e8cdaf0bfd6f Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Tue, 16 Apr 2024 04:31:41 -0700 Subject: [PATCH] (build) Update to latest Recipe package This includes a fix specifically for when building Web Application projects, which although doesn't apply to this repository, it makes sense to update to the latest version. --- recipe.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.cake b/recipe.cake index a1685509..48f2601e 100644 --- a/recipe.cake +++ b/recipe.cake @@ -1,4 +1,4 @@ -#load nuget:?package=Chocolatey.Cake.Recipe&version=0.26.4 +#load nuget:?package=Chocolatey.Cake.Recipe&version=0.26.5 /////////////////////////////////////////////////////////////////////////////// // MODULES