Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
782c7722e1b75c0f29a6d2885c5155178ea451f4
/
.
/
csharp
/
buildall.bat
blob: 821ffb3102bec677893fef463c00bda4a852cc1b [
file
] [
log
] [
blame
]
@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
%