Files
QTradeProgram/protobuf/csharp/build_packages.bat

11 lines
198 B
Batchfile
Raw Permalink Normal View History

2025-08-15 15:56:40 +08: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%