6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 022bd7b4

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-13 12:45:19 +0200
1948: updated pipelines

Changed files

azure/templates/build-android.yml | 2 +-
 azure/templates/build-ios.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Diff

diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index c7df695a..097bc372 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -2,7 +2,7 @@ parameters:
- name: env
displayName: environment
type: string
- default: development
+ default: test
values:
- production
- staging
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 2b2824ba..53edadc8 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -2,7 +2,7 @@ parameters:
- name: env
displayName: environment
type: string
- default: development
+ default: test
values:
- production
- staging