Skip to content

dotnet test running assemblies in parallel (when mixing core and framework test assemblies) #950

Answered by smchan514
tznind asked this question in Q&A
Discussion options

You must be logged in to vote

For anyone still looking for a solution, there is the command line option -m:1 which specifies the maximum number of concurrent processes to use when building.

dotnet test -m:1 MyUnitTests.sln

Ref:

  1. dotnet/sdk#10178
  2. MSBuild command-line reference -- Switches

Replies: 10 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by OsirisTerje
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
confirm We need a separate confirmation of this issue
6 participants
Converted from issue

This discussion was converted from issue #657 on January 29, 2022 21:06.