blob: f9f5440a61e8784ed0e880b0f161c459dec755fe [file] [log] [blame]
Jan Tattermusch48423fc2015-10-07 18:59:16 -07001#!/bin/bash
Jan Tattermusch7897ae92017-06-07 22:57:36 +02002# Copyright 2015 gRPC authors.
Jan Tattermusch48423fc2015-10-07 18:59:16 -07003#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02004# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
Jan Tattermusch48423fc2015-10-07 18:59:16 -07007#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02008# http://www.apache.org/licenses/LICENSE-2.0
Jan Tattermusch48423fc2015-10-07 18:59:16 -07009#
Jan Tattermusch7897ae92017-06-07 22:57:36 +020010# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
Jan Tattermusch48423fc2015-10-07 18:59:16 -070015
16set -ex
17
18# cd to gRPC csharp directory
Mehrdad Afshari51d6c662017-06-27 14:59:03 -070019cd "$(dirname "$0")/../../../src/csharp"
Jan Tattermusch48423fc2015-10-07 18:59:16 -070020
Jan Tattermusch3c344d22017-04-04 16:49:06 +020021dotnet restore Grpc.sln