Sign in
◑
Theme
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
298256df8f758f7f9d1ba73f024ad5a1c62d429b
/
.
/
csharp
/
buildall.bat
blob: 821ffb3102bec677893fef463c00bda4a852cc1b [
file
]
@rem
Builds
Google
.
Protobuf
and
runs the tests
dotnet build src
/
Google
.
Protobuf
.
sln
||
goto
:
error
echo
Running
tests
.
dotnet test src
/
Google
.
Protobuf
.
Test
/
Google
.
Protobuf
.
Test
.
csproj
||
goto
:
error
goto
:
EOF
:
error
echo
Failed
!
exit
/
b
%
errorlevel
%