From 897c45dda859c9241f21adb128195e3fd51a6cc5 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 21 Jul 2016 12:20:27 +0200 Subject: [PATCH] a batch to manually update the references to Yavsc.Api --- Yavsc.Api/dist.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 Yavsc.Api/dist.sh 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) + +