Don't move artifacts directory around

This commit is contained in:
murgatroid99 2019-02-14 09:27:48 -08:00
parent d879e21a42
commit efe0fb1b8f

View File

@ -30,12 +30,11 @@ cd ..\..
git submodule update --init
git submodule foreach --recursive git submodule update --init
set ARTIFACTS_OUT=artifacts
set ARTIFACTS_OUT=%cd%\artifacts
cd packages\grpc-native-core
call tools\run_tests\artifacts\build_artifact_node.bat || goto :error
cd ..\..
move packages\grpc-native-core\artifacts .
goto :EOF
:error