We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5959f commit d257b3dCopy full SHA for d257b3d
build/scripts/Testing.fsx
@@ -73,7 +73,7 @@ module Tests =
73
|> Seq.map Paths.Quote
74
|> Seq.iter(fun project ->
75
Tooling.DotNet.Exec runtime TestFailure "." ["restore"; project;]
76
- Tooling.DotNet.Exec runtime TestFailure "." ["test"; project;])
+ Tooling.DotNet.Exec runtime TestFailure "." ["test"; project; "-xml"; Paths.Output("TestResults.xml")])
77
78
let RunUnitTests() =
79
!! Paths.Source("Tests/project.json")
0 commit comments