Skip to content

Commit

Permalink
take only fbsd nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
sec committed Mar 17, 2023
1 parent 7577641 commit 321924a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gather_output.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ endif

rm -rf output
mkdir output
find runtime/artifacts/packages/Release -name '*.nupkg' -exec cp '{}' output/ \;
find aspnetcore/artifacts/packages/Release -name '*.nupkg' -exec cp '{}' output/ \;
find runtime/artifacts/packages/Release -name '*freebsd*.nupkg' -exec cp '{}' output/ \;
find aspnetcore/artifacts/packages/Release -name '*freebsd*.nupkg' -exec cp '{}' output/ \;
cp installer/artifacts/packages/Release/Shipping/* output/

rm output/*.symbols.nupkg
Expand Down

0 comments on commit 321924a

Please sign in to comment.