Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

issue with azure pipelines quick-build-deploy #34

Open
ngrassVen opened this issue Jul 4, 2023 · 0 comments
Open

issue with azure pipelines quick-build-deploy #34

ngrassVen opened this issue Jul 4, 2023 · 0 comments

Comments

@ngrassVen
Copy link

Hey,

I was getting an error when trying to deployy packages to dev using the updated repository. I was able to fix it by changing the template yml.

Steps to reproduce:
Merge code with Main and run the quick-build-deploy pipeline(Based off .azure-pipelines/quick-build-deploy.yml)
Error received:

 ›   Warning: sfpowerscripts orchestrator deploy is not a sfdx command.
Did you mean force source deploy? [y/n]: 
 ›   Error: Run sfdx help for a list of available commands.
##[error]Bash exited with code '127'.

Resolution:
Changed line 114 of .azure-pipelines/quick-build-deploy.yml from:
- script: sfdx sfpowerscripts:orchestrator:deploy -u dev --skipifalreadyinstalled -g "##[group],##[endgroup]"
to
- script: sfp orchestrator:deploy -u dev --skipifalreadyinstalled -g "##[group],##[endgroup]"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant