Skip to content

Commit

Permalink
ci: fix stage dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage committed Feb 29, 2024
1 parent c057522 commit c3f1595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,9 @@ extends:
# scanBinary: true

- stage: upload
dependsOn: [binaryScan, sign]
dependsOn:
# - binaryScan
- sign
condition: and(succeeded(), ne('${{ parameters.simulate }}', 'true'))
jobs:
- job: uploadGitHub
Expand Down

0 comments on commit c3f1595

Please sign in to comment.