Skip to content

Commit

Permalink
Reverting to 1.3.0 PDX for config set commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdailey99 committed Nov 1, 2024
1 parent e4b0d16 commit e7a304b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-newcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit e7a304b

Please sign in to comment.