6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 8c73c4c6

AuthorMikkel Thygesen<mikkelet@gmail.com>
Date2026-03-05 09:52:45 +0100
Devops: updated pipeline

Changed files

azure/templates/build-ios.yml | 1 +
 1 file changed, 1 insertion(+)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index b7ebf2cc..df83456e 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -44,6 +44,7 @@ steps:
displayName: "Enable Swift Package Manager"
- script: |
+ cd comwell_key_app
git=$(sh /etc/profile; which git)
bundleVersion=$("$git" log --pretty=oneline HEAD^@ |wc -l)
offsetBuildNumber=$((bundleVersion+4520))