Skip to content

Commit

Permalink
Maybe fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Aug 11, 2024
1 parent 36a92a2 commit 7ede3f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
name: reports.windows
path: |
_Reports
./_Pack*/*.nupkg
_Packaging/*.xml
./**/AltCover*.log
./**/dotnettest.*.txt
Expand All @@ -77,7 +76,6 @@ jobs:
name: reports.linux
path: |
_Reports
./_Pack*/*.nupkg
_Packaging/*.xml
./**/AltCover*.log
./**/dotnettest.*.txt
3 changes: 1 addition & 2 deletions Build/targets.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4093,7 +4093,7 @@ module Targets =
[ applicationFiles
resourceFiles "tools/net472/"
libFiles "tools/net472/"
netcoreFiles "tools/net7.0/"
netcoreFiles "tools/net7.0"
poshFiles "tools/net7.0/"
poshHelpFiles "tools/net7.0/"
dataFiles "tools/net7.0/"
Expand Down Expand Up @@ -4404,7 +4404,6 @@ module Targets =
(fun () ->
!! "./_Pack*/*.nupkg"
|> Seq.iter (fun nugget ->
printfn "Unzipping %A" nugget
let packdir = Path.GetDirectoryName nugget

let unpack =
Expand Down

0 comments on commit 7ede3f6

Please sign in to comment.