dxatscale / sfpowerscripts

A build system for modular development in Salesforce

Home Page:https://dxatscale.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this.config.getPluginsList is not a function

ForgacsMartin opened this issue · comments

We are using the following command in our yml file in azure pipeline:

  • task: sfpwowerscript-installsfdx-task@9
    displayName: "Install SFDX"
    inputs:
    salesforce_api_version: 53.0
    sfdx_cli_version: latest
    plugins: "sfdx-git-delta@5.3.1"

During the runs of the pipeline it fails with the following error message:

TypeError: this.config.getPluginsList is not a function
##[error]Command failed: sfdx force:config:set apiVersion=53.0
TypeError: this.config.getPluginsList is not a function

The error was reported through the CLI:
forcedotcom/cli#2426

The issue is closed but the azure pipeline is still not working,
Could you please take a look why it happens?

commented

@ForgacsMartin This task above is part of sfpowerscripts azure pipelines extension which was deprecated for 2 years, Please do not use it further