Skip to content

Commit

Permalink
Try referencing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 23, 2019
1 parent 5b52b26 commit efc3bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
- script: |
tox -e release
displayName: 'publish to PyPI'
condition: contains($(Build.SourceBranch), 'tags')
condition: contains(variables['Build.SourceBranch'], 'tags')

0 comments on commit efc3bb9

Please sign in to comment.