Skip to content

Commit

Permalink
Restore release condition
Browse files Browse the repository at this point in the history
  • Loading branch information
nizox committed Sep 21, 2020
1 parent 90441cc commit b0d4ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ stages:
displayName: Test the Source Dist
- stage: release
#condition: and(succeeded(), startsWith(variables['build.sourceBranch'], 'refs/tags/'))
condition: and(succeeded(), startsWith(variables['build.sourceBranch'], 'refs/tags/'))
jobs:
- job: release
steps:
Expand Down

0 comments on commit b0d4ff3

Please # to comment.