Skip to content

Commit

Permalink
Merge pull request #4 from TestCentric/update-recipe
Browse files Browse the repository at this point in the history
Update recipe to production release
  • Loading branch information
CharliePoole authored May 8, 2023
2 parents cf224d2 + cc97344 commit 45d877e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#tool NuGet.CommandLine&version=6.0.0

#load nuget:?package=TestCentric.Cake.Recipe&version=1.0.0-dev00061
// Load the recipe
#load nuget:?package=TestCentric.Cake.Recipe&version=1.0.0
// Comment out above line and uncomment below for local tests of recipe changes
//#load ../TestCentric.Cake.Recipe/recipe/*.cake

var target = Argument("target", Argument("t", "Default"));

Expand Down

0 comments on commit 45d877e

Please sign in to comment.