Fixed the only-on-tags check. This documentation is unclear.
This commit is contained in:
parent
ab58d0053c
commit
6247f94a74
|
@ -18,6 +18,7 @@ steps:
|
||||||
popd
|
popd
|
||||||
displayName: 'Create Artifacts'
|
displayName: 'Create Artifacts'
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@0
|
||||||
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: andlabs
|
gitHubConnection: andlabs
|
||||||
repositoryName: andlabs/libui
|
repositoryName: andlabs/libui
|
||||||
|
|
|
@ -18,6 +18,7 @@ steps:
|
||||||
popd
|
popd
|
||||||
displayName: 'Create Artifacts'
|
displayName: 'Create Artifacts'
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@0
|
||||||
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: andlabs
|
gitHubConnection: andlabs
|
||||||
repositoryName: andlabs/libui
|
repositoryName: andlabs/libui
|
||||||
|
|
Loading…
Reference in New Issue