We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5530f11 commit a774323Copy full SHA for a774323
build.cake
@@ -3,8 +3,9 @@
3
#tool nuget:?package=NUnit.ConsoleRunner&version=3.18.0-dev00037
4
#tool nuget:?package=NUnit.ConsoleRunner.NetCore&version=3.18.0-dev00037
5
6
-// Load scripts
+// Load the recipe
7
#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
9
//#load ../NUnit.Cake.Recipe/recipe/*.cake
10
11
// Initialize BuildSettings
0 commit comments