Skip to content

Commit

Permalink
Stumble at last hurdle
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Jun 30, 2022
1 parent 42fdfa0 commit 56c74bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build/targets.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -7128,6 +7128,7 @@ _Target "BulkReport" (fun _ ->
"__AltCover.Api.Tests/OpenCoverForPester.coverlet.xml"
"AltCover.Tests/Sample21.coverage.opencover.xml"
"AltCover.Tests/Sample4.coverlet.xml" ]
@ if Environment.isWindows then [ "_Issue156/Tests/coverage.xml" ] else []

let o3expect = // embeds
!!(@"./**/JsonWithPartials*Xml.xml") |> Seq.toList
Expand Down Expand Up @@ -7432,7 +7433,7 @@ Target.activateFinal "ResetConsoleColours"
"Unpack" ==> "Issue114" ==> "Deployment"

"Unpack" ==> "Issue156"
=?> ("Deployment", Environment.isWindows)
=?> ("Deployment", Environment.isWindows) // WPF

"Unpack"
==> "DotnetGlobalIntegration"
Expand Down

0 comments on commit 56c74bf

Please sign in to comment.