mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-16 07:30:42 +00:00
git subtree add --squash --prefix libsodium git@github.com:jedisct1/libsodium.git 1.0.13 git commit --amend (to rewrite this commit message)
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
cp -r /io/input ~/build
|
|
cd ~/build
|
|
dotnet restore $1
|
|
dotnet pack $1
|
|
cp *.nupkg /io/output
|