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

Error: 'What to Test?' 'Distribute to External Testers #359

Open
vaniapereira opened this issue Apr 24, 2024 · 1 comment
Open

Error: 'What to Test?' 'Distribute to External Testers #359

vaniapereira opened this issue Apr 24, 2024 · 1 comment
Assignees

Comments

@vaniapereira
Copy link

Using de Azure DevOps task AppStoreRelease last version 1.234.0 (Latest)
I have error: Error: 'What to Test?' is required when using 'Distribute to External Testers'

  • task: AppStoreRelease@1
    displayName: 'Publish to the App Store TestFlight track'
    inputs:
    serviceEndpoint: XXX
    releaseTrack: 'TestFlight'
    appIdentifier: 'XXX
    appType: 'iOS'
    releaseNotes: 'XXX'
    distributedToExternalTesters: true
    externalTestersGroups: 'XXX'
    teamName: 'XXX'
    fastlaneArguments: 'env'

This error has already been reported by other people since 2023, what was the resolution?

@ivanduplenskikh
Copy link

Hi @vaniapereira, if you specify distributedToExternalTesters, you should also specify releaseNotes. releaseNotes is the path to the file containing notes on what to test for this release, as it stated in task's logic

@ivanduplenskikh ivanduplenskikh self-assigned this May 9, 2024
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