Skip to content

Commit d257b3d

Browse files
committed
Output test runner results to xml
1 parent 3c5959f commit d257b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Testing.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module Tests =
7373
|> Seq.map Paths.Quote
7474
|> Seq.iter(fun project ->
7575
Tooling.DotNet.Exec runtime TestFailure "." ["restore"; project;]
76-
Tooling.DotNet.Exec runtime TestFailure "." ["test"; project;])
76+
Tooling.DotNet.Exec runtime TestFailure "." ["test"; project; "-xml"; Paths.Output("TestResults.xml")])
7777

7878
let RunUnitTests() =
7979
!! Paths.Source("Tests/project.json")

0 commit comments

Comments
 (0)