diff --git a/build/scripts/Testing.fsx b/build/scripts/Testing.fsx index 2890aaa84e4..8cad66aa77e 100644 --- a/build/scripts/Testing.fsx +++ b/build/scripts/Testing.fsx @@ -73,7 +73,7 @@ module Tests = |> Seq.map Paths.Quote |> Seq.iter(fun project -> Tooling.DotNet.Exec runtime TestFailure "." ["restore"; project;] - Tooling.DotNet.Exec runtime TestFailure "." ["test"; project;]) + Tooling.DotNet.Exec runtime TestFailure "." ["test"; project; "-xml"; Paths.Output("TestResults.xml")]) let RunUnitTests() = !! Paths.Source("Tests/project.json")