6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 2cc782e6

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-13 13:00:10 +0200
1948: updated pipelines

Changed files

azure/android-test.yml              | 2 +-
 azure/templates/build-android.yml   | 2 +-
 azure/templates/install-flutter.yml | 2 --
 3 files changed, 2 insertions(+), 4 deletions(-)

Diff

diff --git a/azure/android-test.yml b/azure/android-test.yml
index dbb87ad0..78cb418b 100644
--- a/azure/android-test.yml
+++ b/azure/android-test.yml
@@ -10,6 +10,6 @@ variables:
env: 'test'
steps:
-- template: templates/android-template.yml
+- template: templates/build-android.yml
parameters:
env: 'test'
diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index 097bc372..9836ae21 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -62,7 +62,7 @@ steps:
- task: GooglePlayRelease@4
inputs:
- serviceConnection: 'Google Play Store Connection Mit FDM'
+ serviceConnection: 'Google Play Store Connection'
applicationId: $(androidBundleId)
action: 'SingleBundle'
bundleFile: '$(Agent.BuildDirectory)/s/android/app/build/outputs/bundle/$(androidAABPath)'
diff --git a/azure/templates/install-flutter.yml b/azure/templates/install-flutter.yml
index 0680899d..ef8613dc 100644
--- a/azure/templates/install-flutter.yml
+++ b/azure/templates/install-flutter.yml
@@ -1,6 +1,4 @@
steps:
-
-
# Install Flutter SDK
- task: FlutterInstall@0
displayName: "Install Flutter SDK"