Skip to content

Commit c171e34

Browse files
limit threads for profiling
1 parent 3e9b88f commit c171e34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Task("Coverage")
7878
.Append("xunit")
7979
.Append("-noshadow")
8080
.Append("-noautoreporters")
81+
.AppendSwitch("-maxthreads", "1")
8182
.AppendSwitch("-configuration", configuration)
8283
.AppendSwitch("-framework", "net46")
8384
.AppendSwitchQuotedSecret("-xml", string.Format("{0}/tests/{1}.xml", artifacts, testProject.GetFilenameWithoutExtension()))

0 commit comments

Comments
 (0)