AppCenterDistribute: Possibly wrong hardcoded link
See original GitHub issueHi,
I tried to use this task but I got 404 error. Looking into debug info, i can see that from the pipeline the link i got is this:
https://appcenter.ms/orgs/XYZ/apps/XYZ/release_uploads
XYZ - hidden by me
And indeed, when accessing the above link from the browser, i got a 404 error. However, getting to the link via the web page, i’m getting to this link:
https://appcenter.ms/orgs/XYZ/apps/XYZ/distribute/releases
So we have release_uploads vs distribute/releases. Is it possible that the link has changed in the last few months in App Center and the azure task wasn’t updated meanwhile? The hardcoded code is here: https://github.com/microsoft/azure-pipelines-tasks/blob/699a04b379aeb120a55debd49cb355ee408566a6/Tasks/AppCenterDistributeV3/appcenterdistribute.ts#L97
Thank you!
Issue Analytics
- State:
- Created 4 years ago
- Comments:9
Top GitHub Comments
Did you check the value you have entered carefully as per my previous comment. This task works for me
I found in my case I had an extra
/apps/
between the organisation name and the app name; the URL you see when you are in appcenter.ms isorgid/apps/appid
but the slug needs to beorgid/appid