mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 16:34:40 +01:00
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
|