Skip to content

Commit

Permalink
Merge pull request #983 from TestCentric/update-recipe
Browse files Browse the repository at this point in the history
Update recipe to production version 1.0.0
  • Loading branch information
CharliePoole authored May 9, 2023
2 parents 410075d + c28b9b5 commit 9ef1d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const string GUI_RUNNER = "testcentric.exe";
const string GUI_TESTS = "*.Tests.dll";

// Load the recipe
#load nuget:?package=TestCentric.Cake.Recipe&version=1.0.0-dev00071
#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

Expand Down

0 comments on commit 9ef1d50

Please sign in to comment.