Skip to content
Snippets Groups Projects
Commit b92cb595 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Run nuget restore on mac as well

parent 4746ce89
Branches
Tags
No related merge requests found
...@@ -35,6 +35,11 @@ cd $(dirname $0)/../../src/csharp ...@@ -35,6 +35,11 @@ cd $(dirname $0)/../../src/csharp
root=`pwd` root=`pwd`
if [ -x "$(command -v nuget)" ]
then
nuget restore Grpc.sln
fi
if [ -n "$NUGET" ] if [ -n "$NUGET" ]
then then
$NUGET restore Grpc.sln $NUGET restore Grpc.sln
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment