a batch to manually update the references to Yavsc.Api
This commit is contained in:
parent
18b0279691
commit
b1285b9d55
1 changed files with 8 additions and 0 deletions
8
Yavsc.Api/dist.sh
Executable file
8
Yavsc.Api/dist.sh
Executable 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)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue