We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e684195 commit 94d4916Copy full SHA for 94d4916
azure-pipelines.yml
@@ -60,6 +60,7 @@ stages:
60
mv upload/manylinux2010/liblsl.so upload/liblsl-manylinux2010-liblsl64.so
61
mv upload/manylinux1/liblsl.so upload/liblsl-manylinux1-liblsl64.so
62
- task: GithubRelease@0
63
+ condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
64
inputs:
65
action: edit
66
tag: $(Build.SourceBranchName)
0 commit comments