Skip to content

Commit 77737cf

Browse files
committed
Update to latest recipe version
1 parent d43b8e4 commit 77737cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.

0 commit comments

Comments
 (0)