Build failures on Windows should be noticed.

This commit is contained in:
Nicolas "Pixel" Noble 2018-04-03 02:00:25 +02:00
parent e9a7f5ae07
commit 4ba954a3eb
1 changed files with 5 additions and 1 deletions

View File

@ -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