Forum Discussion
gttech
Jun 16, 2023Copper Contributor
Salesforce Deployment CI/CD with Azure Devops using Salesforce CLI Not Working
Hi All, I have main branch and there will be other sub-branches for developer. We want that developer will push the code in their own branch and code will be pushed to Salesforce Org. So i have c...
gttech
Jun 18, 2023Copper Contributor
Hi,
I found the issue that I was not using latest version of NodeJs.
I changed NodeJs to latest version:
steps:
- task: NodeTool@0
inputs:
versionSpec: '19.x' #[changed here from 14.x to 19.x]
checkLatest: true
- Pajuno_Jul 18, 2024Copper ContributorHi,
Congratulations to your job!
Can you share the complete solution? I'm trying to learn how integrate azure DevOps and Salesforce. It's just my first steps.