microsoft / MLOpsPython

MLOps using Azure ML Services and Azure DevOps
MIT License
1.2k stars 1.1k forks source link

Build Pipeline fails #340

Closed luoanabecher closed 3 years ago

luoanabecher commented 3 years ago

When running azdo-ci-build-train.yml, the error message is '' A task is missing. The pipeline references a task called 'ms-air-aiagility.vss-services-azureml.azureml-restApi-task.MLPublishedPipelineRestAPITask'' This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 0, job 'Run_ML_Pipeline', step ''.)'

I`ve checked and the tasks is specified in the yml file: steps:

So what could be the problem? Thanks!

j-so commented 3 years ago

Can you try manually adding the task here? https://marketplace.visualstudio.com/items?itemName=ms-air-aiagility.vss-services-azureml

You may need to do this as a one-time installation for your organization.

j-so commented 3 years ago

Please reopen if you are still having this issue after installing the task. Thanks!