Browse Source

Bleeding Edge release

Shelikhoo 6 years ago
parent
commit
74b0181133
1 changed files with 9 additions and 0 deletions
  1. 9 0
      azure-pipelines.yml

+ 9 - 0
azure-pipelines.yml

@@ -101,3 +101,12 @@ jobs:
       cp ./src/v2ray.com/core/bazel-bin/release/*.zip ./release/
     workingDirectory: '$(GOPATH)'
     displayName: 'Dump Binaries'
+
+  - task: GitHubRelease@0
+    inputs:
+      gitHubConnection: v2fly
+      repositoryName: v2fly/V2FlyBleedingEdgeBinary
+      tagSource: 'manual'
+      tag: '$(Build.SourceVersion)'
+      assets: '$(GOPATH)/release/*'
+    displayName: 'Generate Github Bleeding Edge Release'