Skip to content

Commit

Permalink
Remove -maxcpucount arg when calling dotnet test with a dll, it is no…
Browse files Browse the repository at this point in the history
…t supported.
  • Loading branch information
ddunkin committed Jun 6, 2024
1 parent 10daeb6 commit 465bcec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Fix running `dotnet test` with extra properties.
* Add `DotNetTestSettings.GetLogger` to support custom loggers.
* Don't send `-maxcpucount` argument when calling `dotnet test` with a dll.

## 5.21.1

Expand Down
1 change: 0 additions & 1 deletion src/Faithlife.Build/DotNetBuild.cs
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,6 @@ public static void RunTests(this DotNetBuildSettings settings, string? path)
"test",
Path.GetFileName(path),
settings.GetVerbosityArg(),
settings.GetMaxCpuCountArg(),
.. loggerArgs,
"--",
"RunConfiguration.TreatNoTestsAsError=true",
Expand Down

0 comments on commit 465bcec

Please sign in to comment.