AimRT/_deps/protobuf-src/csharp/build_packages.bat

11 lines
233 B
Batchfile
Raw Normal View History

2025-01-12 20:42:42 +08:00
@rem Builds Google.Protobuf NuGet packages
dotnet restore src/Google.Protobuf.sln
dotnet pack -c Release src/Google.Protobuf.sln -p:ContinuousIntegrationBuild=true || goto :error
goto :EOF
:error
echo Failed!
exit /b %errorlevel%