From daaf75c7b1b460fa95f9dd8a045ffd888b5972d2 Mon Sep 17 00:00:00 2001 From: Adam Oswald Date: Wed, 7 Feb 2024 14:21:40 -0500 Subject: [PATCH] Delete .github/workflows/azure-pipelines-9.yml --- .github/workflows/azure-pipelines-9.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/azure-pipelines-9.yml 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'