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 4cc742b commit 50b05d0Copy full SHA for 50b05d0
build/TestTasks.fs
@@ -6,13 +6,13 @@ open Fake.DotNet
6
open ProjectInfo
7
open BasicTasks
8
9
-
10
let runTests = BuildTask.create "RunTests" [clean; buildSolution] {
11
testProjects
12
|> Seq.iter (fun testProject ->
13
testProject
14
|> Fake.DotNet.DotNet.test (fun testParams ->
15
{ testParams with
+ Collect = Some "XPlat Code Coverage"
16
Logger = Some "console;verbosity=detailed"
17
Configuration = DotNet.BuildConfiguration.fromString configuration
18
NoBuild = true
0 commit comments