Browse Source

fix

pull/2141/head
Shelikhoo 6 years ago
parent
commit
77ffbf00ce
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
  1. 7
      azure-pipelines.yml

7
azure-pipelines.yml

@ -3,8 +3,11 @@ trigger:
branches:
include:
- master
- dev*
pr: none
pr:
- master
- dev*
jobs:
- template: azure-pipelines.template.yml
@ -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'

Loading…
Cancel
Save