Update shivammathur/setup-php digest to 7fdd3ec #309
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Android | |
# Build your Android project with Gradle. | |
# Add steps that test, sign, and distribute the APK, save build artifacts, and more: | |
# https://docs.microsoft.com/azure/devops/pipelines/languages/android | |
trigger: | |
- main | |
pool: | |
vmImage: 'macos-latest' | |
steps: | |
- task: Gradle@2 | |
inputs: | |
workingDirectory: '' | |
gradleWrapperFile: 'gradlew' | |
gradleOptions: '-Xmx3072m' | |
publishJUnitResults: false | |
testResultsFiles: '**/TEST-*.xml' | |
tasks: 'assembleDebug' |