Azure-pipelines-tasks: AppCenterDistribute: Possibly wrong hardcoded link

Created on 25 Sep 2019  路  9Comments  路  Source: microsoft/azure-pipelines-tasks

Hi,

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!

AppCenter question stale

Most helpful comment

Did you check the value you have entered carefully as per my previous comment. This task works for me

All 9 comments

Same problem here...

Same problem...

Same problem here, any solution?

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 is orgid/apps/appid but the slug needs to be orgid/appid

Hey there!
Any solution?

Did you check the value you have entered carefully as per my previous comment. This task works for me

Did you check the value you have entered carefully as per my previous comment. This task works for me

Works fine, thanks a lot

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 is orgid/apps/appid but the slug needs to be orgid/appid

This is the answer

This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days

Was this page helpful?
0 / 5 - 0 ratings