1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 02:35:23 +00:00
This commit is contained in:
Shelikhoo 2019-04-16 11:23:47 +08:00
parent 0e7286917e
commit 77ffbf00ce
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -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'