FWIW... here is our Azure DevOps pipeline task:
- task: AppStoreRelease@1
displayName: 'Publish to the App Store TestFlight track'
inputs:
serviceEndpoint: 'xxxx'
releaseTrack: 'TestFlight'
appIdentifier: 'com.dailyaudiobible.dabapp'
ipaPath: '$(Build.ArtifactStagingDirectory)/$(IPA_FILENAME)'
releaseNotes: $(ReleaseNotesFile)
appType: 'iOS'
shouldSkipWaitingForProcessing: true
shouldSkipSubmission: true
appSpecificId: '121xxxx266'
timeoutInMinutes: 10
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect API