tinglesoftware / dependabot-azure-devops

Tools for updating dependencies in Azure DevOps repositories using https://dependabot.com
MIT License
201 stars 66 forks source link

Restore original task id; Fix publish workflow #1470

Closed rhyskoedijk closed 4 days ago

rhyskoedijk commented 4 days ago

@mburumaxwell sorry, I broke the publish workflow; The task id was renamed during some of the manifest updates, I didn't realise this cannot be renamed once set.

error: Contribution Microsoft.VisualStudio.Services.TaskId.DEPENDABOTTASK is re-using task ID of some other contribution from earlier version. To publish the extension, change the task ID.
mburumaxwell commented 4 days ago

Thanks. I was just about to fix this. For some reason, the dev one was not affected.

rhyskoedijk commented 4 days ago

I didn't run in to the error with my own local build either, so maybe it's a rule that is only applied for public extensions?