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

issue with azure pipelines quick-build-deploy #34

@ngrassVen

Description

@ngrassVen

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]"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions