Skip to content

Commit

Permalink
Update script to version 2.0.0-dev00057
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Oct 24, 2023
1 parent 61af50c commit f5e17b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -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-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
#load ../TestCentric.Cake.Recipe/recipe/*.cake

#load "./package-tests.cake"

Expand Down Expand Up @@ -238,7 +238,8 @@ Task("RunTestCentricGuiTests")
//////////////////////////////////////////////////////////////////////
// TASK TARGETS
//////////////////////////////////////////////////////////////////////

Task ("Indirect")
.IsDependentOn("CreateDraftRelease");
Task("AppVeyor")
.IsDependentOn("DumpSettings")
.IsDependentOn("Build")
Expand Down

0 comments on commit f5e17b2

Please sign in to comment.