Browse Source

Publish appium logs on failure.

pull/10518/head
Steven Kirk 3 years ago
parent
commit
0e0db41f05
  1. 5
      azure-pipelines-integrationtests.yml

5
azure-pipelines-integrationtests.yml

@ -20,7 +20,7 @@ jobs:
- script: | - script: |
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
pkill node pkill node
appium & appium > appium.out &
pkill IntegrationTestApp pkill IntegrationTestApp
./build.sh CompileNative ./build.sh CompileNative
rm -rf $(osascript -e "POSIX path of (path to application id \"net.avaloniaui.avalonia.integrationtestapp\")") rm -rf $(osascript -e "POSIX path of (path to application id \"net.avaloniaui.avalonia.integrationtestapp\")")
@ -42,6 +42,9 @@ jobs:
pkill node pkill node
displayName: 'Stop Appium' displayName: 'Stop Appium'
- publish: appium.out
displayName: 'Publish appium logs on failure'
condition: failed()
- job: Windows - job: Windows
pool: pool:

Loading…
Cancel
Save