No badges yet
No accepted solutions yet
Vercel Deployment Extension Error
My agent version is: v3.243.0 and I'm also added to what you said like this: ```yml variables: agent.preferPowerShellOnContainers: true trigger: - main pool: name: Default steps: - task: ver
Vercel Deployment Extension Error
Hello, I'm trying deploying to both vercel and azure my nextjs project. Trying this document: https://vercel.com/docs/deployments/git/vercel-for-azure-pipelines My agent computer...
Unable to locate executable file: 'vercel'
I'm hosting my agent on my local computer which is having windows operator system. So how can I do that?
Unable to locate executable file: 'vercel'
Okey here it is: ```yml trigger: - main pool: Default steps: - task: vercel-deployment-task@1 inputs: vercelProjectId: myProjectId vercelOrgId: myOrgId vercelToken: myToken produ
Unable to locate executable file: 'vercel'
When I try to deployment with azure devops pipeline it giving me to this error: Unable to locate executable file: 'vercel'. Please verify either the file path exists or the file...