naiveproxy/third_party/protobuf/csharp/build_packages.bat

11 lines
223 B
Batchfile
Raw Normal View History

2018-12-10 05:59:24 +03:00
@rem Builds Google.Protobuf NuGet packages
dotnet restore src/Google.Protobuf.sln
dotnet pack -c Release src/Google.Protobuf.sln /p:SourceLinkCreate=true || goto :error
goto :EOF
:error
echo Failed!
exit /b %errorlevel%