6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 9f592270
Changed files
azure/templates/build-ios.yml | 2 +- azure/templates/download-env.yml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-)
Diff
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 53edadc8..23e9ae7f 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -96,7 +96,7 @@ steps:
inputs:
releaseTrack: 'TestFlight'
appIdentifier: $(iosBundleId)
- serviceEndpoint: "Apple App Store Connection Mit FDM"
+ serviceEndpoint: "App Store Connect"
appType: 'iOS'
shouldSkipWaitingForProcessing: true
shouldSkipSubmission: true
diff --git a/azure/templates/download-env.yml b/azure/templates/download-env.yml
index 93e37bf5..c22ca055 100644
--- a/azure/templates/download-env.yml
+++ b/azure/templates/download-env.yml
@@ -10,4 +10,11 @@ steps:
sourceFolder: $(Agent.TempDirectory)
contents: $(dotenvFileName)
targetFolder: $(Agent.BuildDirectory)/s
- displayName: 'Import .env file'
\ No newline at end of file
+ displayName: 'Import .env file'
+
+- task: DownloadSecureFile@1
+ displayName: 'Download .env file'
+ name: dotenv
+ inputs:
+ secureFile: $(dotenvFileName)
+
\ No newline at end of file