Open
Description
So I've been trying to get the Azure DevOps self hosted build agent up and running but didn't succeed yet.
What I did?
This seems to run properly (despite the lack of documentation).
What I expected?
I expected to use the agents as it was a self hosted agent.
For certain tasks I'm always getting this error:
##[error]This step requires a node version that does not exist in the agent filesystem. Path: /home/vscode/agent/externals/node10/bin/node
I cannot even use the - script task
- script: |
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install nodejs
node -v
Metadata
Metadata
Assignees
Labels
No labels