6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 1242b2ae

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

Changed files

azure/templates/build-android.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Diff

diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index 9836ae21..a3c843e7 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -62,11 +62,10 @@ steps:
- task: GooglePlayRelease@4
inputs:
- serviceConnection: 'Google Play Store Connection'
- applicationId: $(androidBundleId)
+ serviceConnection: 'Google play'
+ applicationId: $(bundleId)
action: 'SingleBundle'
- bundleFile: '$(Agent.BuildDirectory)/s/android/app/build/outputs/bundle/$(androidAABPath)'
+ bundleFile: '$(Build.ArtifactStagingDirectory)/*.aab'
track: 'internal'
- releaseName: 'Azure Pipeline'
+ releaseName: 'test connection'
isDraftRelease: true
-