Skip to content

Commit

Permalink
Fix Android Test Runner (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Mar 19, 2021
1 parent 5a92969 commit 1a77955
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,10 @@ stages:
--add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json `
--version "1.0.0-prerelease*"
displayName: Install the xharness .NET Core tool
- bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-30;google_apis_playstore;x86\""
- bash: |
sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"emulator\" \"system-images;android-30;google_apis_playstore;x86\""
echo "##vso[task.prependpath]$ANDROID_HOME/tools/bin"
echo "##vso[task.prependpath]$ANDROID_HOME/emulator"
displayName: Install the Android emulator
postBuildSteps:
- task: PublishTestResults@2
Expand Down

0 comments on commit 1a77955

Please sign in to comment.