File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// Load the recipe
2- #load nuget : ? package= NUnit . Cake . Recipe & version = 1.6 .0 - alpha . 4
2+ #load nuget : ? package= NUnit . Cake . Recipe & version = 1.6 .0 - alpha . 6
33// Comment out above line and uncomment below for local tests of recipe changes
44//#load ../NUnit.Cake.Recipe/recipe/*.cake
55
@@ -184,7 +184,7 @@ PackageDefinition NUnitConsoleRunnerChocolateyPackage = new ChocolateyPackage(
184184 HasDependency ( "nunit-extension-net90-pluggable-agent" , "4.1.0-alpha.4" )
185185 } ,
186186 testRunner : new ConsoleRunnerSelfTester ( BuildSettings . ChocolateyTestDirectory
187- + $ "nunit-console-runner.{ BuildSettings . ChocolateyPackageVersion } /tools/nunit-console.exe") ,
187+ + $ "nunit-console-runner.{ BuildSettings . PackageVersion } /tools/nunit-console.exe") ,
188188 tests : StandardRunnerTests ) ;
189189
190190// Add all packages to BuildSettings in order they should be build.
You can’t perform that action at this time.
0 commit comments