diff --git a/Yavsc.Api/dist.sh b/Yavsc.Api/dist.sh new file mode 100755 index 00000000..d9f11511 --- /dev/null +++ b/Yavsc.Api/dist.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +dnu pack +cp -a bin/Debug/*.nupkg ~/Nupkgs +(cd ../Yavsc && dnu install Yavsc.Api) +(cd ../testOauthClient && dnu install Yavsc.Api) + +