From 7d47e4b67ecebd6d9b6cfbee1dcf9c5ac272274d Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Fri, 24 May 2024 00:29:36 -0700 Subject: [PATCH] (build) Update to latest Recipe package This changes how artifacts are uploaded when they are being signed as part of the Sign-PowerShellScripts task. --- recipe.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.cake b/recipe.cake index ed259dc94a..90b0dd3b1e 100644 --- a/recipe.cake +++ b/recipe.cake @@ -1,4 +1,4 @@ -#load nuget:?package=Chocolatey.Cake.Recipe&version=0.28.3 +#load nuget:?package=Chocolatey.Cake.Recipe&version=0.28.4 /////////////////////////////////////////////////////////////////////////////// // TOOLS