Skip to content

Commit

Permalink
No hard-coded nuget path; [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenniak committed Nov 22, 2015
1 parent d70caa2 commit bd0215f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit bd0215f

Please sign in to comment.