-
Notifications
You must be signed in to change notification settings - Fork 445
Description
Hello,
I am trying to run your sample on my Azure DevOps subscription.
What I did :
- Creating a variable group name called : sampleapp-keystore
- In this variable group, putting 3 variables
-
- android-alias
-
- android-key-password
-
- keystore-password
- uploading a secure file called : appcenter-sampleapp.keystore
- creating an AppCenter service connection and putting in it the correct APP API Key that I have created from my AppCenter project
- Autorizing the pipeline to access to the secure file and the service connection
- Launching the pipeline
After doing so, I am getting the following error :
`Preparing tests... done.
Tests are ready to run. Manifest file was written to /Users/runner/work/1/a/AppCenterTest/manifest.json
/usr/local/bin/appcenter test run manifest --manifest-path /Users/runner/work/1/a/AppCenterTest/manifest.json --app-path /Users/runner/work/1/s/app/build/outputs/apk/debug/app-debug.apk --app XTCTeam/appcenter-sampleapp-android --devices ef7113b6 --test-series master --locale en_US --quiet --token ***
Preparing tests... done.
Error: API token does not belong to the requested app.
Further error details: For help, please send both the reported error above and the following environment information to us by going to https://appcenter.ms/apps and opening a support ticket (using the help menu in the upper right corner of the screen)
Environment: darwin
App Upload Id: XTCTeam/appcenter-sampleapp-android
Timestamp: 1596727482313
Operation: RunManifestTestsCommand
Exit Code: 3
##[error]Error: /usr/local/bin/appcenter failed with return code: 3
Finishing: AppCenterTest
`
Do you guys are sure that your Azure Pipeline is correct ?
In the repo it says that it has never been launched...
Thank you for your help and time.
Regards