xref: /aosp_15_r20/external/protobuf/csharp/buildall.bat (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1*1b3f573fSAndroid Build Coastguard Worker@rem Builds Google.Protobuf and runs the tests
2*1b3f573fSAndroid Build Coastguard Worker
3*1b3f573fSAndroid Build Coastguard Workerdotnet build src/Google.Protobuf.sln || goto :error
4*1b3f573fSAndroid Build Coastguard Worker
5*1b3f573fSAndroid Build Coastguard Workerecho Running tests.
6*1b3f573fSAndroid Build Coastguard Worker
7*1b3f573fSAndroid Build Coastguard Workerdotnet test src/Google.Protobuf.Test/Google.Protobuf.Test.csproj || goto :error
8*1b3f573fSAndroid Build Coastguard Worker
9*1b3f573fSAndroid Build Coastguard Workergoto :EOF
10*1b3f573fSAndroid Build Coastguard Worker
11*1b3f573fSAndroid Build Coastguard Worker:error
12*1b3f573fSAndroid Build Coastguard Workerecho Failed!
13*1b3f573fSAndroid Build Coastguard Workerexit /b %errorlevel%
14