From 4ba954a3eb4d74a51c32d6db3b5c02453a842f30 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 3 Apr 2018 02:00:25 +0200 Subject: [PATCH] Build failures on Windows should be noticed. --- tools/release/kokoro.bat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/release/kokoro.bat b/tools/release/kokoro.bat index e86e01bd..2726d338 100644 --- a/tools/release/kokoro.bat +++ b/tools/release/kokoro.bat @@ -22,7 +22,11 @@ git submodule foreach --recursive git submodule update --init set ARTIFACTS_OUT=artifacts cd packages\grpc-native-core -call tools\run_tests\artifacts\build_artifact_node.bat +call tools\run_tests\artifacts\build_artifact_node.bat || goto :error cd ..\.. move packages\grpc-native-core\artifacts . +goto :EOF + +:error +exit /b 1