Created
September 22, 2018 17:57
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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