mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
cp -r /io/input ~/build
|
|
cd ~/build
|
|
dotnet restore
|
|
dotnet pack --version-suffix "$1"
|
|
cp *.nupkg /io/output
|