6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 0d8b8e92

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-20 10:28:24 +0200
1948: updated pipelines

Changed files

azure/ios-develop.yml         | 1 +
 azure/ios-prod.yml            | 1 +
 azure/ios-staging.yml         | 1 +
 azure/templates/build-ios.yml | 2 +-
 4 files changed, 4 insertions(+), 1 deletion(-)

Diff

diff --git a/azure/ios-develop.yml b/azure/ios-develop.yml
index f52cc36c..e9bb1b6e 100644
--- a/azure/ios-develop.yml
+++ b/azure/ios-develop.yml
@@ -5,6 +5,7 @@ pool:
vmImage: macos-latest
variables:
+ - group: ios-variables
- template: templates/env-vars.yml
parameters:
env: develop
diff --git a/azure/ios-prod.yml b/azure/ios-prod.yml
index df1ab093..1014dfce 100644
--- a/azure/ios-prod.yml
+++ b/azure/ios-prod.yml
@@ -5,6 +5,7 @@ pool:
vmImage: macos-latest
variables:
+ - group: ios-variables
- template: templates/env-vars.yml
parameters:
env: production
diff --git a/azure/ios-staging.yml b/azure/ios-staging.yml
index 38b34ebd..1806960e 100644
--- a/azure/ios-staging.yml
+++ b/azure/ios-staging.yml
@@ -5,6 +5,7 @@ pool:
vmImage: macos-latest
variables:
+ - group: ios-variables
- template: templates/env-vars.yml
parameters:
env: staging
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 9879cc0a..bbfa9d22 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -23,7 +23,7 @@ steps:
- task: InstallAppleCertificate@2
displayName: Install certificate
inputs:
- certSecureFile: 'cpcert.p12'
+ certSecureFile: 'comwell_certifkat.p12'
certPwd: '$(cppwd)' # Assuming cppwd is a parameter or pipeline variable
keychain: 'temp'