From baabe9eba6e1a416731eff5671258adb18e23624 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Tue, 3 Oct 2023 13:00:33 +0100 Subject: [PATCH] (build) Update to latest Chocolatey.Cake.Recipe This includes the ability to run dotnet-format, as well as Dependency-Check as part of the SonarQube Analysis. --- recipe.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.cake b/recipe.cake index 0ad28bfdf..e37c0726b 100644 --- a/recipe.cake +++ b/recipe.cake @@ -1,4 +1,4 @@ -#load nuget:?package=Chocolatey.Cake.Recipe&version=0.24.0 +#load nuget:?package=Chocolatey.Cake.Recipe&version=0.25.0 /////////////////////////////////////////////////////////////////////////////// // MODULES