You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Configurations that affect the Test Framework -->
4
+
<RunConfiguration>
5
+
<!-- Use 0 for maximum process-level parallelization. This does not force parallelization within the test DLL (on the thread-level). You can also change it from the Test menu; choose "Run tests in parallel". Unchecked = 1 (only 1), checked = 0 (max). -->
6
+
<MaxCpuCount>1</MaxCpuCount>
7
+
<!-- Path relative to directory that contains .runsettings file-->
0 commit comments