Skip to content

Commit

Permalink
Minor change to build.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Jul 15, 2024
1 parent 5530f11 commit a774323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#tool nuget:?package=NUnit.ConsoleRunner&version=3.18.0-dev00037
#tool nuget:?package=NUnit.ConsoleRunner.NetCore&version=3.18.0-dev00037

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

// Initialize BuildSettings
Expand Down

0 comments on commit a774323

Please sign in to comment.