microsoft / azure-iot-edge-vsts-extension

A tool for continuous integration(build and push docker image) and continuous deployment(create Edge deployment on Azure)
MIT License
7 stars 10 forks source link

Error Installing/Adding Extension from Marketplace #2

Open RyanTBerry opened 5 years ago

RyanTBerry commented 5 years ago

Agent type

Hosted VS2017

What's not working?

Customer reported an issue adding this extension so I tried in my repo as well and received the same error (see image) . When adding to an existing DevOps organization the error:

Task definition with id 80f3f6a0-82a6-4a22-ba7a-e5b8c541b9b8 is a built-in task definition and cannot be replaced.

is surfaced and the extension does not install.

Steps to reproduce

  1. Goto Visual Studio Marketplace and search Azure IoT Edge for Azure Pipelines
  2. Click "Get it free"
  3. Select the repo to add the extension to -- it will fail with error above

Expect behavior

Installation of extension into the selected devops repo

blackchoey commented 5 years ago

@RyanTBerry The error is expected. Azure IoT Edge task has been moved to Azure Pipelines in-house tasks, which means you can use the IoT Edge tasks without installing the extension. If you tries to install the extension from marketplace, you will get the error. The extension in marketplace will be retired in the future. Please refer the Reminder in extension marketplace page for more details.

RyanTBerry commented 5 years ago

Thanks!