You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'."
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.
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
The text was updated successfully, but these errors were encountered: