naiveproxy/third_party/protobuf/csharp/build_packages.bat
2018-12-09 21:59:24 -05:00

11 lines
223 B
Batchfile

@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%