blob: d7205659f103a4655a606bbfe0adfe15eab69d78 [file] [log] [blame]
Brian Silverman9c614bc2016-02-15 20:20:02 -05001@rem Builds Google.Protobuf NuGet packages
2
Austin Schuh40c16522018-10-28 20:27:54 -07003dotnet restore src/Google.Protobuf.sln
4dotnet pack -c Release src/Google.Protobuf.sln || goto :error
Brian Silverman9c614bc2016-02-15 20:20:02 -05005
6goto :EOF
7
8:error
9echo Failed!
10exit /b %errorlevel%