h1-mod/deps/protobuf/csharp/build_packages.bat
2024-03-07 00:54:32 -05:00

11 lines
233 B
Batchfile

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