6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit d20c2517

AuthorJakob Højgård<141220340+jaxthedwarf@users.noreply.github.com>
Date2024-08-19 14:24:34 +0200
Update build-ios.yml for Azure Pipelines

Changed files

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

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index b083e665..a9487d19 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -54,12 +54,14 @@ steps:
pubGet: true
extraArgs: --no-fatal-infos --no-fatal-warnings
+
# Install CocoaPods dependencies
- task: Bash@3
displayName: "Install CocoaPods dependencies"
inputs:
targetType: 'inline'
script: |
+ flutter pub get
cd $(Build.SourcesDirectory)/comwell_key_app/ios
pod install