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

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-24 19:44:33 +0200
1948: updated pipelines

Changed files

azure/templates/build-ios.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 8634e5fc..28e3c63d 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -77,7 +77,7 @@ steps:
- task: Xcode@5
displayName: "Archive app"
inputs:
- actions: "archive"
+ actions: "build"
scheme: "$(iosScheme)" # Make sure to use the correct scheme that includes the custom XCFramework
configuration: "$(iosConfiguration)"
sdk: "iphoneos"
@@ -86,12 +86,10 @@ steps:
xcodeDeveloperDir: '/Applications/Xcode_16.2.app/Contents/Developer'
exportPath: 'output'
packageApp: true
- teamId: '8RNV6AX4ZL'
signingOption: "manual"
signingIdentity: "$(APPLE_CERTIFICATE_SIGNING_IDENTITY)"
provisioningProfileUuid: "$(APPLE_PROV_PROFILE_UUID)"
-
- task: AppStoreRelease@1
inputs:
releaseTrack: 'TestFlight'