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

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

Changed files

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

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 07173464..55671171 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -44,15 +44,6 @@ steps:
projectDirectory: '.'
arguments: 'doctor -v'
- # Install CocoaPods dependencies
- - task: Bash@3
- displayName: "Install CocoaPods dependencies"
- inputs:
- targetType: 'inline'
- script: |
- cd $(Build.SourcesDirectory)/comwell_key_app/ios
- pod install
-
- task: ShellScript@2
displayName: "Run Pigeon script"
inputs:
@@ -67,6 +58,15 @@ steps:
buildFlavour: '$(flavor)' # Using the 'flavor' parameter
projectDirectory: '$(Build.SourcesDirectory)/comwell_key_app'
+ # Install CocoaPods dependencies
+ - task: Bash@3
+ displayName: "Install CocoaPods dependencies"
+ inputs:
+ targetType: 'inline'
+ script: |
+ cd $(Build.SourcesDirectory)/comwell_key_app/ios
+ pod install
+
# Uncomment to run unit tests
# - task: FlutterTest@0
# displayName: "Run unit tests"