6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit f45ce94f
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 55671171..ebbb42e7 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -49,15 +49,6 @@ steps:
inputs:
scriptPath: "$(Build.SourcesDirectory)/mobilekeys_sdk_plugin/pigeon.sh"
- # Build the iOS application
- - task: FlutterBuild@0
- displayName: "Build application"
- inputs:
- target: ipa
- extraArgs: "-t lib/main.dart"
- buildFlavour: '$(flavor)' # Using the 'flavor' parameter
- projectDirectory: '$(Build.SourcesDirectory)/comwell_key_app'
-
# Install CocoaPods dependencies
- task: Bash@3
displayName: "Install CocoaPods dependencies"
@@ -67,6 +58,15 @@ steps:
cd $(Build.SourcesDirectory)/comwell_key_app/ios
pod install
+ # Build the iOS application
+ - task: FlutterBuild@0
+ displayName: "Build application"
+ inputs:
+ target: ipa
+ extraArgs: "-t lib/main.dart"
+ buildFlavour: '$(flavor)' # Using the 'flavor' parameter
+ projectDirectory: '$(Build.SourcesDirectory)/comwell_key_app'
+
# Uncomment to run unit tests
# - task: FlutterTest@0
# displayName: "Run unit tests"