Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Apr 16, 2019
1 parent 0e72869 commit 77ffbf0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ trigger:
branches:
include:
- master
- dev*

pr: none
pr:
- master
- dev*

jobs:
- template: azure-pipelines.template.yml
Expand Down Expand Up @@ -111,4 +114,6 @@ jobs:
tag: '$(Build.SourceVersion)'
assets: '$(GOPATH)/release/*'
isPreRelease: true
releaseNotesSource: 'input'
releaseNotes: 'Do not use this release unless you understand what you are doing.'
displayName: 'Generate Github Bleeding Edge Release'

0 comments on commit 77ffbf0

Please sign in to comment.