Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Oct 9, 2024
1 parent f3bfeaa commit 27782c7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,13 @@ extends:
continueOnError: true
- script: |
$ANDROID_HOME/platform-tools/adb devices
# $ANDROID_HOME/platform-tools/adb shell screencap /data/local/tmp/screenshot.png
# $ANDROID_HOME/platform-tools/adb pull /data/local/tmp/screenshot.png $(Build.StagingDirectory)/screenshot1.png
displayName: Capture Output
- script: |
$ANDROID_HOME/platform-tools/adb shell screencap /data/local/tmp/screenshot.png
displayName: Capture Screenshot
- script: |
$ANDROID_HOME/platform-tools/adb pull /data/local/tmp/screenshot.png $(Build.StagingDirectory)/screenshot1.png
displayName: copy screen shot
- script: |
waydroid session stop
sudo waydroid container stop
Expand All @@ -229,7 +233,7 @@ extends:
displayName: upload container tests
artifactName: Test Results - Container
targetPath: $(Build.StagingDirectory)
condition: or(ne(variables['Agent.JobStatus'], 'Succeeded'), eq(variables['XA.PublishAllLogs'], 'true'))
#condition: or(ne(variables['Agent.JobStatus'], 'Succeeded'), eq(variables['XA.PublishAllLogs'], 'true'))

- stage: smoke_tests
displayName: Package Tests
Expand Down

0 comments on commit 27782c7

Please sign in to comment.