Try to fix Azure Pipelines. I won't be able to make a tag to test the binaries until I merge back in, but I can't figure out how to set the default branch with YAML configurations (unless I have to do it on master), so.

This commit is contained in:
Pietro Gagliardi 2019-04-07 22:55:28 -04:00
parent e8daaf659e
commit 6d1e1d7f26
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ steps:
popd
displayName: 'Create Artifacts'
- task: GitHubRelease@0
condition: eq(Build.SourceBranchName, "master")
inputs:
gitHubConnection: andlabs
repositoryName: andlabs/libui

View File

@ -18,6 +18,7 @@ steps:
popd
displayName: 'Create Artifacts'
- task: GitHubRelease@0
condition: eq(Build.SourceBranchName, "master")
inputs:
gitHubConnection: andlabs
repositoryName: andlabs/libui