1cp -r /io/input ~/build
2cd ~/build
3dotnet restore $1
4dotnet pack $1
5cp *.nupkg /io/output
6