Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to publish iOS app to beta external groups in testflight #337

Closed
arpitmishra-eaton opened this issue Nov 30, 2023 · 3 comments
Closed

Comments

@arpitmishra-eaton
Copy link

arpitmishra-eaton commented Nov 30, 2023

Hi Team - we are publishing an app to Testflight channel (external groups) from Azure pipelines and receiving an error "Error: 'What to Test?' is required when using 'Distribute to External Testers'."

Here is my yml script.

  • task: AppStoreRelease@1
    inputs:
    authType: 'ApiKey'
    apiKeyId: $(API-key-id)
    apiKeyIssuerId: $(Issuer ID)
    apitoken: $(authkey64)
    releaseTrack: 'TestFlight'
    appIdentifier: 'com.eaton.abc'
    appType: 'iOS'
    releaseNotes: '$(System.DefaultWorkingDirectory)/releaseNotes.txt'
    ipaPath: '$(build.artifactstagingdirectory)/**/*.ipa'
    distributedToExternalTesters: true
    externalTestersGroups: 'abc groups'
    appSpecificId: '123'

Please help me with this. what needs to be configured in the release notes option?

Tasks

No tasks being tracked yet.
@arpitmishra-eaton
Copy link
Author

i checked with raw text as well but it didn't work either.

@aleksandrlevochkin
Copy link

@arpitmishra-eaton this looks like a duplicate of #338. Can we close it?

@arpitmishra-eaton
Copy link
Author

sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants