Replies: 1 comment
-
No that looks right to me, you can check the log to see the loading process having a variable I have never tried writing a module that contains API calls, all mine are various forms of object manipulation, it might be you need some imports in your module. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Richard. I have developed some custom extensions using the test console and am now trying to run the same via a yml pipeline but I get the following error:
##[error]Error: Cannot find module 'azure-pipelines-task-lib/task'
.The extension file is in the form
module.exports = {...
Below is the config set on the task:
Am i missing something? Do I have to run a task prior to this to install the azure module?
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions