cp -r /io/input ~/build
cd ~/build
dotnet restore
dotnet pack --version-suffix "$1"
cp *.nupkg /io/output
