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
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,11 @@ cd $(dirname $0)/../../src/csharp
root=`pwd`
if [ -x "$(command -v nuget)" ]
then
nuget restore Grpc.sln
fi
if [ -n "$NUGET" ]
then
$NUGET restore Grpc.sln
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment