9 lines
145 B
Bash
Executable File
9 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dnu pack
|
|
cp -a bin/Debug/*.nupkg ~/Nupkgs
|
|
(cd ../Yavsc && dnu install Yavsc.Api)
|
|
(cd ../testOauthClient && dnu install Yavsc.Api)
|
|
|
|
|