We use one VSTS task "Install Extension" to install our private extension to marketplace in our build pipe line. At the frist time, the task can finish successfully and the extension is publish to marketplace, shared to the specific account and installed. But when trigger another build and try to update the extension, we always get an error:
error: Error: Failed Request: Internal Server Error(500) - A task definition with id '963c1faa-ad05-43e5-aba0-9c7119270bf1', name 'CheckClassificationAll' and version '0.1.10' has already been uploaded by extension 'ExtensionTest-54327'. To upload the task, provide a different task id.
We don't understand why it prevent us to update a new one. In our extension, we have several build task and dashboard widget. It doesn't work even after the "ExtensionTest-54327" was been removed from marketplace.