From 52013acfa3843db4370a48f878075899fc38d2c4 Mon Sep 17 00:00:00 2001 From: Charlie Poole Date: Wed, 9 Oct 2024 11:51:30 -0700 Subject: [PATCH] Update recipe to version 1.3.2 --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index 4004716..15bbef7 100644 --- a/build.cake +++ b/build.cake @@ -1,5 +1,5 @@ // Load the recipe -#load nuget:?package=TestCentric.Cake.Recipe&version=1.3.1 +#load nuget:?package=TestCentric.Cake.Recipe&version=1.3.2 // Comment out above line and uncomment below for local tests of recipe changes //#load ../TestCentric.Cake.Recipe/recipe/*.cake