6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 640e7466

AuthorJakob Højgård<141220340+jaxthedwarf@users.noreply.github.com>
Date2024-08-27 12:50:58 +0200
Update build-ios.yml for Azure Pipelines

Changed files

azure/templates/build-ios.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index f0b9b5e8..78126aca 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -81,8 +81,9 @@ steps:
targetType: 'inline'
script: |
flutter pub get
+ flutter build ios
cd $(Build.SourcesDirectory)/comwell_key_app/ios
- pod install
+ pod install --update-repo
# Copy SeosMobileKeysSDK to the Xcode project directory
- task: CopyFiles@2