From bc40d1bf6793d7661b6ccfa16ef028dabf7700f0 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Thu, 20 Oct 2022 16:08:52 +0100 Subject: [PATCH] (build) Update to Chocolatey.Cake.Recipe 0.17.2 This includes a change to allow the setting of an XBuild parameter for the build platform target, to ensure consistent build folder output when building on POSIX systems. --- recipe.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.cake b/recipe.cake index 3168f6ef3f..8c183d0c66 100644 --- a/recipe.cake +++ b/recipe.cake @@ -1,4 +1,4 @@ -#load nuget:?package=Chocolatey.Cake.Recipe&version=0.16.0 +#load nuget:?package=Chocolatey.Cake.Recipe&version=0.17.2 /////////////////////////////////////////////////////////////////////////////// // TOOLS