diff --git a/build.fsx b/build.fsx index eb261a5a..b768b643 100644 --- a/build.fsx +++ b/build.fsx @@ -127,8 +127,10 @@ Target "NBench" <| fun _ -> |> append (filename project) |> append "--output" |> append outputPerfTests - |> append "--concurrent true" - |> append "--trace true" + |> append "--concurrent" + |> append "true" + |> append "--trace" + |> append "true" |> append "--diagnostic" |> append "--no-build" |> toText