Browse Source

fallback to release to core

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

3
azure-pipelines.yml

@ -108,8 +108,7 @@ jobs:
- task: GitHubRelease@0
inputs:
gitHubConnection: v2flybleedingedge
repositoryName: v2fly/V2FlyBleedingEdgeBinary
target: '580bd35a4b8a35b672ee7c27b519bf74f4953002'
repositoryName: v2fly/v2ray-core
tagSource: 'manual'
tag: '$(Build.SourceVersion)'
assets: '$(GOPATH)/release/*'

Loading…
Cancel
Save