6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 0912210d
Changed files
azure/templates/build-ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Diff
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 6221890e..c219de48 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -9,7 +9,7 @@ parameters:
type: string
-steps: # Download secure file from azure library
+steps: # Download secure file from azure library
- task: DownloadSecureFile@1
inputs:
secureFile: '.env'
@@ -27,7 +27,7 @@ steps: # Download secure file from azure library
displayName: Install certificate
inputs:
certSecureFile: 'cpcert.p12'
- certPwd: ${{ parameters.cppwd }}
+ certPwd: ${{ variables.cppwd }}
keychain: 'temp'
# replace "ios_Profile.mobileprovision" with your secure file name