Skip to content

Commit

Permalink
Attempted to configure test processes for each chapter to run in para…
Browse files Browse the repository at this point in the history
…llel. #WIP
  • Loading branch information
MarkMichaelis committed Aug 10, 2018
1 parent b38fde4 commit d9fa22e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .runsettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<RunConfiguration>
<MaxCpuCount>0</MaxCpuCount>
</RunConfiguration>
<!-- MSTest adapter -->
<!--
<MSTest>
<Parallelize>
<Workers>4</Workers>
<Scope>ProcessLevel</Scope>
</Parallelize>
</MSTest>
-->
</RunSettings>
1 change: 1 addition & 0 deletions EssentialCSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F97BC459-B5B9-4326-9E0D-D085FD4DEF96}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.runsettings = .runsettings
README.md = README.md
EndProjectSection
EndProject
Expand Down

0 comments on commit d9fa22e

Please sign in to comment.