Skip to content

Instantly share code, notes, and snippets.

@ryanwebjackson
Created September 22, 2018 17:57
Show Gist options
  • Save ryanwebjackson/c670a697b205c75e70424cf33600ee3a to your computer and use it in GitHub Desktop.
Save ryanwebjackson/c670a697b205c75e70424cf33600ee3a to your computer and use it in GitHub Desktop.
Modern test settings file aimed at preventing concurrent test runs, using MSTest framework.
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<!-- Configurations that affect the Test Framework -->
<RunConfiguration>
<MaxCpuCount>1</MaxCpuCount>
</RunConfiguration>
</RunSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment