xref
: /
freebsd
/
sys
/
contrib
/
libsodium
/
packaging
/
dotnet-core
/
recipes
/
pack
(revision 3611ec604864a7d4dcc9a3ea898c80eb35eef8a0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
cp -r
/io/input
~/build
2
cd ~/build
3
dotnet restore $1
4
dotnet pack $1
5
cp *.nupkg
/io/output
6