From fc3ea158baf5a70fb6aba20eed4b60449044b9da Mon Sep 17 00:00:00 2001 From: Charlie Poole Date: Tue, 24 Oct 2023 08:03:39 -0700 Subject: [PATCH] Update script to version 1.1.0-dev00056 --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index 291d91b1e..e2650b6e9 100644 --- a/build.cake +++ b/build.cake @@ -12,7 +12,7 @@ const string NET60_AGENT_VERSION = "2.3.0"; const string NET70_AGENT_VERSION = "2.3.0"; // Load the recipe -#load nuget:?package=TestCentric.Cake.Recipe&version=1.1.0-dev00055 +#load nuget:?package=TestCentric.Cake.Recipe&version=1.1.0-dev00056 // Comment out above line and uncomment below for local tests of recipe changes //#load ../TestCentric.Cake.Recipe/recipe/*.cake