Skip to content

Commit a774323

Browse files
committed
Minor change to build.cake
1 parent 5530f11 commit a774323

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
#tool nuget:?package=NUnit.ConsoleRunner&version=3.18.0-dev00037
44
#tool nuget:?package=NUnit.ConsoleRunner.NetCore&version=3.18.0-dev00037
55

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

1011
// Initialize BuildSettings

0 commit comments

Comments
 (0)