There was an error while loading. Please reload this page.
2 parents f5e17b2 + fc3ea15 commit 2365b0fCopy full SHA for 2365b0f
1 file changed
build.cake
@@ -12,9 +12,9 @@ const string NET60_AGENT_VERSION = "2.3.0";
12
const string NET70_AGENT_VERSION = "2.3.0";
13
14
// Load the recipe
15
-//#load nuget:?package=TestCentric.Cake.Recipe&version=1.1.0-dev00056
+#load nuget:?package=TestCentric.Cake.Recipe&version=1.1.0-dev00057
16
// Comment out above line and uncomment below for local tests of recipe changes
17
-#load ../TestCentric.Cake.Recipe/recipe/*.cake
+//#load ../TestCentric.Cake.Recipe/recipe/*.cake
18
19
#load "./package-tests.cake"
20
0 commit comments