naiveproxy/third_party/protobuf/csharp/build_packages.bat

11 lines
198 B
Batchfile
Raw Normal View History

2018-01-28 19:30:36 +03:00
@rem Builds Google.Protobuf NuGet packages
dotnet restore src/Google.Protobuf.sln
dotnet pack -c Release src/Google.Protobuf.sln || goto :error
goto :EOF
:error
echo Failed!
exit /b %errorlevel%