Skip to content

Commit

Permalink
close #250 - fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Jul 23, 2018
1 parent 95d3036 commit c3a6191
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3a6191

Please # to comment.