diff --git a/build.cake b/build.cake index 6b51497f2..9e6fe6192 100644 --- a/build.cake +++ b/build.cake @@ -12,9 +12,9 @@ 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-dev00056 +#load nuget:?package=TestCentric.Cake.Recipe&version=1.1.0-dev00057 // Comment out above line and uncomment below for local tests of recipe changes -#load ../TestCentric.Cake.Recipe/recipe/*.cake +//#load ../TestCentric.Cake.Recipe/recipe/*.cake #load "./package-tests.cake"