1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 23:36:25 -04: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: branches:
include: include:
- master - master
- dev*
pr: none pr:
- master
- dev*
jobs: jobs:
- template: azure-pipelines.template.yml - template: azure-pipelines.template.yml
@ -111,4 +114,6 @@ jobs:
tag: '$(Build.SourceVersion)' tag: '$(Build.SourceVersion)'
assets: '$(GOPATH)/release/*' assets: '$(GOPATH)/release/*'
isPreRelease: true isPreRelease: true
releaseNotesSource: 'input'
releaseNotes: 'Do not use this release unless you understand what you are doing.'
displayName: 'Generate Github Bleeding Edge Release' displayName: 'Generate Github Bleeding Edge Release'