Skip to content

Windows

Can I run tests in parallel on Windows?

Quick answer

Yes. dotnet test --parallel and MSBuild -m both use multiple cores.

The detail that matters

Defender exclusions matter more here than core count — scanning dominates otherwise.

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.