From e7a304ba217cf275666678d9a3c9f99397449485 Mon Sep 17 00:00:00 2001 From: Michael Dailey Date: Fri, 1 Nov 2024 08:36:40 -0500 Subject: [PATCH] Reverting to 1.3.0 PDX for config set commands --- azure-pipelines-newcli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-newcli.yml b/azure-pipelines-newcli.yml index c1a192c..829b7ca 100644 --- a/azure-pipelines-newcli.yml +++ b/azure-pipelines-newcli.yml @@ -36,7 +36,7 @@ steps: displayName: "Node Install: sf cli" - script: | - echo y | sf plugins:install @provartesting/provardx-cli + echo y | sf plugins:install @provartesting/provardx-cli@1.3.0 sf plugins:update displayName: "Install ProvarDX Plugin via SFDX" @@ -113,7 +113,7 @@ steps: displayName: "Download Salesforce Metadata" - bash: | - xvfb-run sf provar automation test run --json; cat ./ProvarProject/log.txt + xvfb-run sf provar automation test run; cat ./ProvarProject/log.txt displayName: "Run Provar Tests" - bash: |