Skip to content

Commit

Permalink
- fixes condition
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Mar 4, 2024
1 parent 88b23bf commit fd5e329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ extends:
targetPath: "$(Build.ArtifactStagingDirectory)/VSCode"

- stage: deploy
condition: and(or(contains(variables['build.sourceBranch'], 'refs/tags/v'), eq(variables['build.sourceBranch'], parameters.previewBranch)), succeeded())
condition: and(or(contains(variables['build.sourceBranch'], 'refs/tags/v'), eq(variables['build.sourceBranch'], ${{ parameters.previewBranch }})), succeeded())
dependsOn: build
jobs:
- job: vs_marketplace
Expand Down

0 comments on commit fd5e329

Please sign in to comment.