From bd0215fa9c3d13731bf74bb09d2eca6ae4b5a9e1 Mon Sep 17 00:00:00 2001 From: Mathieu Fenniak Date: Sun, 22 Nov 2015 12:58:48 -0700 Subject: [PATCH] No hard-coded nuget path; [ci skip] --- make-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-release.sh b/make-release.sh index f26e80b..cb6c855 100755 --- a/make-release.sh +++ b/make-release.sh @@ -74,8 +74,8 @@ then fi xbuild /p:Configuration=Release rethinkdb-net.sln -mono ~/bin/NuGet.exe pack rethinkdb-net.nuspec -mono ~/bin/NuGet.exe pack rethinkdb-net-newtonsoft.nuspec +nuget pack rethinkdb-net.nuspec +nuget pack rethinkdb-net-newtonsoft.nuspec git commit -a -m"Update version to $NEW_VERSION" git push git tag -a -m"Version ${NEW_VERSION}" v${NEW_VERSION}