Skip to content

Commit

Permalink
Update to latest dev build of recipe, 1.2.0-dev00007
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Sep 13, 2024
1 parent 38037d4 commit 3abcf80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Load the recipe
#load nuget:?package=NUnit.Cake.Recipe&version=1.2.0-dev00003
#load nuget:?package=NUnit.Cake.Recipe&version=1.2.0-dev00007
// Comment out above line and uncomment below for local tests of recipe changes
//#load ../NUnit.Cake.Recipe/recipe/*.cake

Expand All @@ -11,8 +11,7 @@ BuildSettings.Initialize(
title: "NUnit Console and Engine",
githubRepository: "nunit-console",
solutionFile: "NUnitConsole.sln",
exemptFiles: new[] { "Options.cs", "ProcessUtils.cs", "ProcessUtilsTests.cs" },
unitTests: "**/*.tests.exe");
exemptFiles: new[] { "Options.cs", "ProcessUtils.cs", "ProcessUtilsTests.cs" });

//////////////////////////////////////////////////////////////////////
// LISTS OF FILES USED IN CHECKING PACKAGES
Expand Down

0 comments on commit 3abcf80

Please sign in to comment.