We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ac05f commit f578373Copy full SHA for f578373
.yamato/upm-ci.yml
@@ -83,7 +83,7 @@ test_Android_{{ editor.version }}:
83
utr.bat --testproject=TestProjects\Main --editor-location=.Editor --suite=playmode --platform=android --scripting-backend=il2cpp --architecture=arm64--artifacts_path=upm-ci~/test-results/android --timeout=900 --player-load-path=build/players
84
after:
85
- start %ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%
86
- - powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d > upm-ci~/test-results/android/android_device_log.txt
+ - powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe logcat -d; exit 0 > upm-ci~/test-results/android/android_device_log.txt
87
artifacts:
88
packages:
89
paths:
0 commit comments