Explorar o código

ln new source with old one

Shelikhoo %!s(int64=6) %!d(string=hai) anos
pai
achega
3c4e0d6712
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      azure-pipelines.yml

+ 2 - 0
azure-pipelines.yml

@@ -75,6 +75,8 @@ jobs:
       #go get -v -t -d v2ray.com/core/...
       unset GOPATH
       go get -v -t -d github.com/v2fly/v2ray-core/...
+      mkdir ./src/v2ray.com
+      ln -s ./src/github.com/v2fly/v2ray-core/ ./src/v2ray.com/core
     workingDirectory: '$(GOPATH)'
     displayName: 'Fetch sources'
   - script: |