HomeServer/3rd/protobuf/csharp/build_packages.bat

11 lines
233 B
Batchfile
Raw Normal View History

2024-11-20 15:41:09 +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%