diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5dc780d9..711aae06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,6 @@ jobs: name: reports.windows path: | _Reports - ./_Pack*/*.nupkg _Packaging/*.xml ./**/AltCover*.log ./**/dotnettest.*.txt @@ -77,7 +76,6 @@ jobs: name: reports.linux path: | _Reports - ./_Pack*/*.nupkg _Packaging/*.xml ./**/AltCover*.log ./**/dotnettest.*.txt \ No newline at end of file diff --git a/Build/targets.fs b/Build/targets.fs index 8028d375..97b7435c 100644 --- a/Build/targets.fs +++ b/Build/targets.fs @@ -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/" @@ -4404,7 +4404,6 @@ module Targets = (fun () -> !! "./_Pack*/*.nupkg" |> Seq.iter (fun nugget -> - printfn "Unzipping %A" nugget let packdir = Path.GetDirectoryName nugget let unpack =