Skip to content

Commit

Permalink
Once more
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Aug 19, 2023
1 parent b91e24e commit ec75cbb
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Build/targets.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6928,16 +6928,17 @@ module Targets =
let pp29 =
AltCover.PrepareOptions.Primitive p29

DotNet.test
(fun to' ->
(to'
.WithCommon(withWorkingDirectoryVM "RegressionTesting/issue29")
.WithAltCoverOptions
pp29
cc0
ForceTrueFast)
|> testWithCLIArguments)
""
if Environment.isWindows then
DotNet.test
(fun to' ->
(to'
.WithCommon(withWorkingDirectoryVM "RegressionTesting/issue29")
.WithAltCoverOptions
pp29
cc0
ForceTrueFast)
|> testWithCLIArguments)
""

printfn
"Regression test issue 37 ------------------------------------------------"
Expand Down

0 comments on commit ec75cbb

Please sign in to comment.