Skip to content

Commit

Permalink
Fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Jun 13, 2024
1 parent 8d3e9f4 commit 2dbd3c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build/targets.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8142,7 +8142,8 @@ module Targets =
|> List.filter (fun (x, _) ->
Path
.GetFileName(x)
.Equals("coverage.cobertura.xml", StringComparison.Ordinal))
.Equals("coverage.cobertura.xml", StringComparison.Ordinal)
|> not)
|> List.filter (fun x ->
let root = (snd x).Root

Expand Down

0 comments on commit 2dbd3c0

Please sign in to comment.