diff --git a/.github/workflows/azure-pipelines-9.yml b/.github/workflows/azure-pipelines-9.yml deleted file mode 100644 index 97868cc7..00000000 --- a/.github/workflows/azure-pipelines-9.yml +++ /dev/null @@ -1,20 +0,0 @@ -# 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'