blob: 7721d80f6984c98d946e4f2aa40b7b4ce9acafde [file] [log] [blame]
Jan Tattermusch7897ae92017-06-07 22:57:36 +02001@rem Copyright 2016 gRPC authors.
Jan Tattermuschbc98af12016-06-17 18:38:27 -07002@rem
Jan Tattermusch7897ae92017-06-07 22:57:36 +02003@rem Licensed under the Apache License, Version 2.0 (the "License");
4@rem you may not use this file except in compliance with the License.
5@rem You may obtain a copy of the License at
Jan Tattermuschbc98af12016-06-17 18:38:27 -07006@rem
Jan Tattermusch7897ae92017-06-07 22:57:36 +02007@rem http://www.apache.org/licenses/LICENSE-2.0
Jan Tattermuschbc98af12016-06-17 18:38:27 -07008@rem
Jan Tattermusch7897ae92017-06-07 22:57:36 +02009@rem Unless required by applicable law or agreed to in writing, software
10@rem distributed under the License is distributed on an "AS IS" BASIS,
11@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12@rem See the License for the specific language governing permissions and
13@rem limitations under the License.
Jan Tattermuschbc98af12016-06-17 18:38:27 -070014
15setlocal
16
Jan Tattermusch5c79a312016-12-20 11:02:50 +010017cd /d %~dp0\..\..\..\src\csharp
Jan Tattermuschbc98af12016-06-17 18:38:27 -070018
Jan Tattermusch3c344d22017-04-04 16:49:06 +020019dotnet build --configuration %MSBUILD_CONFIG% Grpc.sln || goto :error
Jan Tattermuschbc98af12016-06-17 18:38:27 -070020
21endlocal
22
23goto :EOF
24
25:error
26echo Failed!
27exit /b %errorlevel%