Skip to content

Commit

Permalink
Only test NoGUI config for net7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Feb 18, 2024
1 parent 0fbde70 commit 313fdf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ Task("Test-UnitTests+Only")
DotNetTest(solution, new DotNetTestSettings
{
Configuration = "NoGUI",
Framework = "net7.0",
NoBuild = true,
Filter = where,
ResultsDirectory = nunitOutputDirectory,
Expand Down

0 comments on commit 313fdf3

Please sign in to comment.