Lines Matching refs:goto
8 goto :error
16 mingw32-make -j8 all || goto error
18 rem tests.exe || goto error
19 goto :EOF
26 …vcplatform% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" || goto error
28 tests.exe || goto error
29 goto :EOF
38 dotnet build -c %configuration% || goto error
41 … -c %configuration% -f netcoreapp2.1 Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto error
42 dotnet test -c %configuration% -f net451 Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto e…
44 goto :EOF