a batch to manually update the references to Yavsc.Api

This commit is contained in:
Paul Schneider 2016-07-21 12:20:27 +02:00
commit b1285b9d55

8
Yavsc.Api/dist.sh Executable file
View file

@ -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)