a batch to manually update the references to Yavsc.Api

main
Paul Schneider 10 years ago
parent 6ad5994a80
commit 897c45dda8
1 changed files with 8 additions and 0 deletions

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